Initial commit: Terraform plan for Singapore production ACK cluster

- Creates VPC with 3 vswitches across availability zones
- Creates security group with ports for all production services
- Creates ACK managed Kubernetes cluster with 10 worker nodes
- Auto-scaling up to 20 worker nodes
- Creates SLB for load balancing
- Includes deploy.sh script to apply cluster-all.yaml resources
This commit is contained in:
Dingo
2026-03-03 11:34:42 +07:00
commit af53cf0d3a
4 changed files with 533 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db