kubectl
インストール
macOS の場合
code:shell
brew install kubernetes-cli
https://kubernetes.io/docs/tasks/tools/install-kubectl/
利用方法
Get
code:bash
# ノードの情報の取得
$ kubectl get nodes
# ノードの詳細情報の取得
$ kubectl describe nodes <ノード名>