1 개요[ | ]
- kubectl get no -owide
- kubectl get nodes -owide
Console
Copy
$ kubectl get no -owide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
controlplane Ready control-plane 13d v1.29.0 172.30.1.2 <none> Ubuntu 20.04.5 LTS 5.4.0-131-generic containerd://1.6.12
node01 Ready <none> 13d v1.29.0 172.30.2.2 <none> Ubuntu 20.04.5 LTS 5.4.0-131-generic containerd://1.6.12
Console
Copy
# 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
Console
Copy
$ 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
Console
Copy
$ 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
2 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.