You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To see what sort of things will be deployed with this code
- terraform plan
To deploy Things
- terraform apply
Backend storage is bucket - bucket-addoptify-terraform
Terraform Code Explanation
- Custom VPC
- Custom Subnetwork
- Firewall rules for Allowing Internal Communication
- Firewall rules for Allowing ICMP
- Firewall rules for Allowing SSH,RDP,HTTP,HTTPS
- GKE Cluster in this VPC
- Custom Node Pool
- AutoScaling Of Worker Node
- Provisioner for configuring cluster cred in kubectl
- CloudSQL Database with private IP only
- No Root user configure Via Terraform, user can be configured through GUI For security purposes
- Backend Storage For storing tfstate