[BD-848] Production-ready Kubernetes deployment with CI/CD#22
Merged
Ranganathan-code-ops merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
- Add K8s base manifests: Deployment (2 replicas, probes), Service (ClusterIP:8080), ConfigMap, Secret, Namespace, HPA, Ingress - Add Kustomize overlays for staging (reduced resources) and production - Add deploy.yml workflow with staging → production promotion gate - Add smoke test script covering health, orders, alerts, diagnostics - Add manifest validation script and CI job - Configure HPA: min 2, max 10 replicas, CPU 70%, Memory 80% - Configure Ingress: /api/*, /health, /swagger with TLS Closes BD-848 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
K8s Base Manifests (
k8s/base/)ordermonitorwith standard labelsKustomize Overlays
CI/CD
validate-manifestsjob for YAML syntax and Kustomize validationScripts
Test Plan
Related
🤖 Generated with Claude Code