I'm operating simple kubernetes cluster(CRI is containerd). In the cluster, "crictl ps" command doesn't return "kubelet" container.
In another kubernetes cluster(CRI is docker), "docker ps" command returns "kubelet" container.
What is the difference between these two commands(docker ps / crictl ps)?
Is there any way to see "kubelet" container by "crictl ps" command?