I've switched to containerd in a k8s cluster.
There's 2 pods running on one node, 2 github runners.
I used to check on a host what containers were running with "docker container ls" but how to check this when containerd is used?
sudo ctr container ls
comes back with nothing
crictl ps&crictl pods. To be honest, I'm a bit confused between cri-o and containerd as well. Looking at kubespray especially, I would have both options, while setting "containerd" as a runtime, I would still end up using crictl listing/viewing pods, while as you suggest: ctr doesn't show anything. – SYN Oct 26 '22 at 16:11/etc/crictl.yaml: when using containerd, your crictl configuration would just query containerd's socket file – SYN Oct 27 '22 at 06:23