- Home
- All questions
- Question 415
CKA study material · question 415 of 1000
Why can crictl show a container that kubectl cannot?
Show the answer
Answer: C. It reaches containers the kubelet did not create as well as those it did
crictl talks to the runtime, so it sees containers outside the kubelet's management too.
Source: Debugging Kubernetes nodes with crictl (Kubernetes) — Debugging Kubernetes nodes with crictl