Copy-ready commandkubectl get nodes — Basic Usage
kubectl get nodes -o wideRequirements and permissions
- Requirements
- Docker Engine, Docker Compose, or kubectl
- Permissions
- Container or cluster permissions vary
- Last reviewed
- 2026-07-31
Examples
Basic Usage
Use kubectl get nodes for a standard administrative task.
kubectl get nodes -o wideOriginal command
List Kubernetes nodes.
kubectl get nodes -o wideCommon errors
Command not found
Confirm Docker Engine, Docker Compose, or kubectl is installed and available in your current shell.