Skip to content

Instantly share code, notes, and snippets.

@fahshed
Created April 18, 2025 08:31
Show Gist options
  • Save fahshed/5d3200cd5168b5d1568256cccfb46d2d to your computer and use it in GitHub Desktop.
Save fahshed/5d3200cd5168b5d1568256cccfb46d2d to your computer and use it in GitHub Desktop.
GCP Project PlanTogether

GKE Cluster Creation:

gcloud container clusters create plan-together-cluster \
  --zone us-central1-a \
  --num-nodes=1 \
  --enable-ip-alias \
  --release-channel=regular \
  --machine-type=e2-medium \
  --scopes=https://www.googleapis.com/auth/cloud-platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment