xuwang / gke-cluster

Create A Google GKE Cluster with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create A Google GKE Cluster with Terraform

License:Apache License 2.0


Languages

Language:HCL 39.1%Language:Shell 37.0%Language:Makefile 23.9%