Skip to main content

kube-ctl

namespaces​

pods​

Commands​
  # List all pods in ps output format
kubectl get pods -o wide

# List all pods existing in all namespaces
kubectl get pods --all-namespaces