Look mom, no hands on Consoleā€, Deploying Helm charts into Kubernetes has never been easier with Terraform I have just started my DevOps journey with Terraform not long ago and there are too much deployment methods into Kubernetes cluster. The existence of multiple deployment guide and pattern makes it easy for developer to get their code into the cluster with the requirement of knowing the ins and out of Kubernetes.

In this post, I am going to show how to deploy any charts into your cluster via terraform.

We will need to create vpc with this method first then followed with the EKS cluster creation and the nodegroup creation.

Related Articles