Provisioning Kubernetes clusters on GCP with Terraform and GKE
Terraform is an open-source Infrastructure as a Code tool.
Instead of writing the code to create the infrastructure, you define a plan of what you want to be executed, and you let Terraform create the resources on your behalf.
The plan isn't written ...
dannyboy.hashnode.dev7 min read