Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 497 Bytes

terraform-gke

Launch and manage a GKE cluster using Terraform.

Launch GKE Cluster

$ terraform init
$ terraform plan
$ terraform apply

Launch Demo Application

First, you will need to authenticate to the cluster, then you can run the following:

$ kubectl apply -f deployment.yaml
$ kubectl apply -f service.yaml
$ kubectl apply -f ingress.yaml

Note: It will take 5 minutes for the load balancer to provision

Questions?

Open an issue.