crictl ps -a

Category: Kubernetes & Containers

crictl ps -a

List all containers, including stopped

Shows every container on the node with its status, image, and the pod sandbox it belongs to. Stopped containers linger until the kubelet's garbage collection runs. Pair with crictl logs <container-id> to inspect a failed one.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.