LoginSignup
0
0

More than 5 years have passed since last update.

ubuntu14.04でkubectlでGKEを使い始めるまでのコマンドメモ

Last updated at Posted at 2017-06-23
$ sudo apt-get update
$ curl https://sdk.cloud.google.com | bash
$ exec -l $SHELL
$ gcloud init
$ gcloud components install kubectl
$ gcloud container clusters create <クラスタ名> --num-nodes=<ノード数>
$ gcloud container clusters get-credentials <クラスタ名> # これで
`$HOME/.kubectl/config`に設定が書き込まれる

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0