- Home
- All questions
- Question 905
CKA study material · question 905 of 1000
The API server on a node is unreachable and you need to see what containers the runtime is actually running there. Which tool does that?
Show the answer
Answer: B. crictl
crictl speaks to a CRI-compatible runtime directly, which is how a node's containers are inspected when neither the API server nor the kubelet can help.
Source: Debugging Kubernetes nodes with crictl (Kubernetes) — Debugging Kubernetes nodes with crictl (overview)