kubectl get nodes -o wide

Jmnote (토론 | 기여)님의 2022년 1월 3일 (월) 16:30 판 (→‎개요)

1 개요

kubectl get no -owide
kubectl get nodes -owide
$ kubectl get no -owide
NAME      STATUS    ROLES     AGE       VERSION   INTERNAL-IP   EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION     CONTAINER-RUNTIME
master    Ready     master    3h        v1.11.3   172.17.0.32   <none>        Ubuntu 16.04.2 LTS   4.4.0-62-generic   docker://1.13.1
node01    Ready     <none>    3h        v1.11.3   172.17.0.82   <none>        Ubuntu 16.04.2 LTS   4.4.0-62-generic   docker://1.13.1
$ kubectl get no -owide
NAME                                               STATUS   ROLES    AGE   VERSION   INTERNAL-IP     EXTERNAL-IP      OS-IMAGE                       KERNEL-VERSION   CONTAINER-RUNTIME
ip-172-20-36-157.ap-northeast-2.compute.internal   Ready    node     8h    v1.11.7   172.20.36.157   13.257.92.192    Debian GNU/Linux 9 (stretch)   4.9.0-7-amd64    docker://17.3.2
ip-172-20-48-13.ap-northeast-2.compute.internal    Ready    master   8h    v1.11.7   172.20.48.13    13.157.192.246   Debian GNU/Linux 9 (stretch)   4.9.0-7-amd64    docker://17.3.2
# kubectl get no -owide
NAME       STATUS   ROLES                  AGE   VERSION   INTERNAL-IP    EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION                   CONTAINER-RUNTIME
minikube   Ready    control-plane,master   24d   v1.22.2   192.168.49.2   <none>        Ubuntu 20.04.2 LTS   5.4.72-microsoft-standard-WSL2   docker://20.10.8

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}