- Home
- All questions
- Question 397
CKA study material · question 397 of 1000
Why can the API server's logs be read with kubectl logs in a kubeadm cluster?
Show the answer
Answer: C. Because it runs as a static Pod
Control-plane components run as static Pods, so kubectl logs reaches them; the kubelet's own logs do not work that way.
Source: Logging Architecture (Kubernetes) — System component logs