1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

初学者が、一番最初に覚えるべきk8sコマンド

1
Last updated at Posted at 2023-02-10

自分は今何のclusterの状態を見てるのか?

k config current-context

自分のkubeconfigに登録されているcluster一覧

k config get-clusters

確認したい閲覧したいclusterを切り替える

k config use-context <cluster名>

よく実務中、調査で使用するモジュール

k9s

この人が、使い方をまとめてくれている。

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?