kubernetes/get-nodes

Get Nodes

List all nodes in the cluster

nodes
monitoring

Command

kubectl get nodes

Explanation

Shows all nodes registered in the Kubernetes cluster.

Examples

List all nodes

kubectl get nodes