Skip to content

Instantly share code, notes, and snippets.

@Ameen-Alam
Created March 24, 2022 20:35
Show Gist options
  • Save Ameen-Alam/ba7b7a7ed27c12e18968a1b7da04dc06 to your computer and use it in GitHub Desktop.
Save Ameen-Alam/ba7b7a7ed27c12e18968a1b7da04dc06 to your computer and use it in GitHub Desktop.
GKE
gcloud config set project projectID
gcloud config set compute/zone us-central1-a
us.gcr.io/projectID/image:version
GKE create cluster
gcloud container clusters create gk-cluster --num-nodes=1
gcloud container clusters get-credentials gk-cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment