Skip to content

anilkumarkoduri/terraform-gke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Configure and Manage a GKE Cluster with Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages