Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. kubectl get pods --server=localhost
  2. crictl
  3. kubectl debug node
  4. kubeadm inspect
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)

Challenge yourself on this topic → Study as cards