My (kenellorando's) personal cloud infrastructure as code.
main/ - Terraform to build cluster and pet servers.
cluster-service/ - Scripts to install cluster add-ons.
- Install Gcloud, Terraform, and Kubectl.
gcloud auth application-default login- In
main/, runtf initthentf applyto build.
- Run
gcloud container clusters get-credentials CLUSTER_NAME --region=CLUSTER_REGIONto generate akubeconfigforkubectl.