Set up Helm on your GKE cluster with Terraform

Pascal Zwikirsch
Level Up Coding
Published in
5 min readNov 28, 2022

--

In this brief article, I will show you how you can use Terraform to set up your Kubernetes cluster on GCP using GKE and apply your Helm chart using Terraform without any manual intervention.

GitHub Repository

If you want to see all the code at once or want to check it out later, I prepared a small repository for you:

--

--