Deploy FastAPI application to Kubernetes cluster with Helm
/plugin marketplace add Lobbi-Docs/claude/plugin install fastapi-backend@claude-orchestration[--namespace prod] [--release myapp] [--values values.yaml] [--dry-run]# Deploy FastAPI to Kubernetes Deploy a FastAPI application to Kubernetes using Helm charts. ## Pre-deployment Checklist Before deploying: 1. **Kubernetes context** is set to correct cluster 2. **Docker image** is built and pushed to registry 3. **Secrets** are configured in cluster 4. **Namespace** exists or will be created 5. **Ingress controller** is installed (if using ingress) ## Helm Deployment ### Basic Deployment ### Helm Chart Structure ### Chart.yaml ### values.yaml ### deployment.yaml Template ## Create Secrets ## Deployment Verification ## Rollback #...