Kubernetes Node Debugging Cheat Sheet/List containers with crictl

Inspect CRI-level state from the node.

Section: Node Debug Shell

List containers with crictl

bash
bash
crictl ps -a

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Node Debug Shell
List pod sandboxes with crictl
View pod sandboxes at the CRI layer.
OpenIn sheetbashsame section
Open a debug shell on a node
Create a privileged debug pod on the node for investigation.
OpenIn sheetbashsame section
Open a richer debug shell on a node
Use a fuller image when you need common networking tools.
OpenIn sheetbashsame section
Chroot into the host filesystem
After opening a node debug shell, enter the host rootfs.
OpenIn sheetbashsame section
Read kubelet logs from the node
Inside a node shell on systemd-based hosts, inspect kubelet logs.
OpenIn sheetbashsame section
List nodes
Start by verifying Ready status across the cluster.