LoginSignup
0
0

More than 5 years have passed since last update.

Windows版, Kubernetesの管理方法

Posted at

こんにちは yoshi です。

今回は Windows で Kubernetes に接続するまでを説明します。

概要

Cloud shell を使う。

前提条件

Google Chrome, Firefox, Microsoft Edge, Microsoft Internet Explorer 11+ and Safari 8+ の最新版のブラウザ

始めよう!

https://console.cloud.google.com にアクセスして Container Engine を見ます。
Screen-Shot-2016-09-27-at-09.48.05.png

クラスターをクリックして詳細をみましょう。

Screen-Shot-2016-09-27-at-09.48.25.png

次に右上のヘッダータブに置かれている Activate Google Cloud Shell を押します。

すると次のような shell が表れます。
Screen-Shot-2016-09-27-at-09.48.51.png

クラスターの情報をみる

まず正しいクラスターにつなぐために、gcloud で credentials を取得します。
Screen-Shot-2016-09-27-at-09.49.02-10.31.19.png

$ gcloud container clusters get-credentials [cluster_name] --zone [zone_name] --project [project_name]

この画面はConnect to the clusterをクリックすると表示されます。

次に情報を見るためには以下のコマンドを入力し...続きを読む

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