Create a Google Kubernetes Engine (GKE) cluster with Terraform
Nowadays [Terraform](https://terraform.io) is the de facto when we talk about infrastructure-as-code (IaC) and it definitely deserves it. I will show you how easy it is to setup an autoscaling, auto-healing Kubernetes cluster using terraform, Google Kubernetes Engine and the Google Cloud Platform.
Preparation
- Google Cloud account
- Install Terraform
- Install Kubernetes cli (kubectl)
- Read up on the Google Cloud SDK
Please see the full article and how to build a Kubernetes cluster on the Google Cloud Platform (GCP).