- Home
- All questions
- Question 448
CKA study material · question 448 of 1000
The API server is down in a kubeadm cluster. How can its container be inspected?
Show the answer
Answer: C. With crictl ps on the control-plane node
crictl ps shows static Pod containers directly on the node, which is how a down control-plane component is seen.
Source: Create static Pods (Kubernetes) — Observe static pod behavior