Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurybsouza/140e750718b266b8754de462e060c2b8 to your computer and use it in GitHub Desktop.
Save amaurybsouza/140e750718b266b8754de462e060c2b8 to your computer and use it in GitHub Desktop.
kubernetes_nodes_info
# kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
kubernetes-cluster Ready control-plane 3d1h v1.24.2 192.168.1.129 <none> CentOS Linux 7 (Core) 3.10.0-1160.66.1.el7.x86_64 containerd://1.6.6
kubernetes-node01 Ready <none> 3d1h v1.24.1 192.168.1.132 <none> CentOS Linux 7 (Core) 3.10.0-1160.66.1.el7.x86_64 containerd://1.6.6
kubernetes-node02 Ready <none> 3d1h v1.24.1 192.168.1.123 <none> CentOS Linux 7 (Core) 3.10.0-1160.66.1.el7.x86_64 containerd://1.6.6
kubernetes-node03 Ready <none> 3d1h v1.24.1 192.168.1.122 <none> CentOS Linux 7 (Core) 3.10.0-1160.66.1.el7.x86_64 containerd://1.6.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment