-
Notifications
You must be signed in to change notification settings - Fork 0
Development Guide
PunGrumpy edited this page Oct 24, 2024
·
2 revisions
# Install required tools
brew install kubectl helm k3d
# Create local cluster
k3d cluster create dev-cluster
# Load testing
k6 run scripts/load-tests.js
- Kubernetes best practices
- Infrastructure as Code patterns
- Documentation requirements