Skip to content

Instantly share code, notes, and snippets.

@nus
Last active January 15, 2019 16:59
Show Gist options
  • Save nus/d3badcb02ad6efd52b53041c3a79e980 to your computer and use it in GitHub Desktop.
Save nus/d3badcb02ad6efd52b53041c3a79e980 to your computer and use it in GitHub Desktop.
Google Kubernetes Engine のメモ

Kubernetes のクラスタを作るコマンド

gcloud container clusters create my-cluster --zone asia-northeast1-a --machine-type n1-standard-1 --num-nodes 3

Kubernetes のクラスタを破棄するコマンド

gcloud container clusters delete my-cluster --zone asia-northeast1-a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment