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 init
thentf apply
to build.
- Run
gcloud container clusters get-credentials CLUSTER_NAME --region=CLUSTER_REGION
to generate akubeconfig
forkubectl
.