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

5.3.2 Kubernetes nodeサーバの状態取得

  1. Ansibleサーバにログインし、以下のコマンドを実行します。

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

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

    NAME                                              STATUS    ROLES     AGE       VERSION
    az2-sghpf-service-server-k8s-master-00.novalocal  Ready     master    70d       v1.10.3
    az2-sghpf-service-server-k8s-node-00.novalocal    Ready     <none>    70d       v1.10.3
    az2-sghpf-service-server-k8s-node-01.novalocal    Ready     <none>    70d       v1.10.3