ページの先頭行へ戻る
Enterprise Service Development Platform V1.2.0 運用ガイド
FUJITSU Software

4.3.2 Kubernetes nodeサーバーの状態取得

  1. Kubernetes masterサーバーにログインします。詳細は、「第2章 共通の操作」を参照してください。

    $ kubectl get nodes
  2. ROLESに「none」が含まれる行を確認します。STATUSが、「Ready」の場合は、正常に起動しています。その他状態については、Nodes - Kubernetesのドキュメント等を参照してください。

    ■コマンドの出力例(起動している場合)

    NAME                                              STATUS    ROLES     AGE       VERSION
    ip-172-101-15-101.ap-northeast-1.compute.internal   Ready    master   41d   v1.14.2
    ip-172-101-15-102.ap-northeast-1.compute.internal   Ready    <none>   41d   v1.14.2
    ip-172-101-15-103.ap-northeast-1.compute.internal   Ready    <none>   28d   v1.14.2