Skip to content

Instantly share code, notes, and snippets.

@struski
Last active July 16, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save struski/5f3fcd7b3ad13cf626bf9f4688078cef to your computer and use it in GitHub Desktop.
Save struski/5f3fcd7b3ad13cf626bf9f4688078cef to your computer and use it in GitHub Desktop.
struscode.com - Google Cloud Platform 300 dollar free trial tutorial - Create a one node cluster
gcloud config set project example
gcloud config set compute/zone europe-west1-d
gcloud container clusters create my-cluster --num-nodes 1 --machine-type g1-small
gcloud container clusters get-credentials my-cluster --zone europe-west1-d --project example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment