Skip to content

11 Deployment

Raja Jeevan Kumar Maduri edited this page Aug 4, 2026 · 1 revision

11. Deployment & Infrastructure

Local Development (Docker Compose)

docker-compose up -d

Cloud Infrastructure (Terraform AWS EKS)

Defined in deployment/terraform/infrastructure.tf establishing VPC subnets, AWS EKS clusters, and managed node groups.

Kubernetes Helm Release

Defined in deployment/helm/Chart.yaml and values.yaml supporting HPA autoscaling (3 to 10 replicas based on 75% CPU target).

Clone this wiki locally