kubectl get pods — Basic UsageIT technician command center
Containers · Docker and Kubernetes

kubectl get pods — Basic Usage

Use kubectl get pods for a standard administrative task.

Copy-ready commandkubectl get pods — Basic Usage
kubectl get pods -A -o wide

Requirements 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 pods for a standard administrative task.

kubectl get pods -A -o wide

Original command

List Kubernetes pods across namespaces.

kubectl get pods -A -o wide

Common errors

Command not found

Confirm Docker Engine, Docker Compose, or kubectl is installed and available in your current shell.