kubectl get pods --watch

Category: Kubernetes & Containers

kubectl get pods --watch

Stream pod status changes live

Follows the pod list and prints every change as it happens, such as pods starting, crashing, or being deleted. Press Ctrl-C to stop watching. For historical events, use kubectl get events instead.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.