Difference between revisions of "Deploy GKE cluster using Terraform"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
 
  region = "us-central1"
 
  region = "us-central1"
  
 
+
Configure credentials to connect:
 
  [[gcloud container clusters get-credentials $(terraform output -raw kubernetes_cluster_name) --region $(terraform output -raw region)]]
 
  [[gcloud container clusters get-credentials $(terraform output -raw kubernetes_cluster_name) --region $(terraform output -raw region)]]
  

Revision as of 07:34, 31 October 2022

Advertising: