/gke-cluster

Create A Google GKE Cluster with Terraform

Primary LanguageHCLApache License 2.0Apache-2.0

Create A Google GKE Cluster with Terraform

This project will provision a GKE Cluster.

Prerequisites

  1. Config Google Cloud SDK

Build the GKE Cluster:

Edit env.sh and validate all the env values for the project.

Edit terraform/override.tfvars to override the default values of claster vars defined in variable.tf.

$ source env.sh
$ make
$ make kube-info

To Teardwon

$ make destroy