Provisioning Kubernetes clusters on GCP with Terraform and GKE
Dec 9, 2023 · 7 min read · 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 ...
Join discussion