Skip to content

Terraform scripts to create Google Kubernetes Engine (GKE) Cluster

License

Notifications You must be signed in to change notification settings

pradeepbhadani/terraform-gke-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Kubernetes Engine (GKE) with Terraform

This repository contains Terraform scripts to create Google Kubernetes Engine(GKE) with Workload Identity feature enabled.

How to Run?

  1. Clone this git repository.

  2. Update terraform.tfvars file with desired values.

  3. Initialize terraform project.

terraform init
  1. Run terraform plan and output to a file.
terraform plan --out 1.plan
  1. If happy with the plan, proceed with apply.
terraform apply 1.plan
  1. For Cleanup, run terraform destroy
terraform destroy

About

Terraform scripts to create Google Kubernetes Engine (GKE) Cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages