Simple Provisioning a GKE Cluster and use private network in different project using terragrunt

GKE is a managed Kubernetes service provided by Google Cloud Platform (GCP), which allows you to easily deploy and manage containerized applications. Terragrunt is a popular open-source tool that helps you manage infrastructure as code using Terraform. By combining these two powerful tools, you can automate the installation of a GKE cluster and easily manage your Kubernetes infrastructure. So, let’s dive into the details!

12/15/20231 min read

Simple Provisioning a GKE Cluster and use private network in different project using terragrunt