- Home
- All questions
- Question 494
CKA study material · question 494 of 1000
On a typical Linux node, where do these logs live? Choose two.
Show the answer
Answer: A. The kubelet's log is /var/log/kubelet.log
C. kube-proxy's log is /var/log/kube-proxy.log
The kubelet and kube-proxy write those files; control-plane components run as static Pods and are read with kubectl logs.
Source: Debugging Kubernetes Nodes With Kubectl (Kubernetes) — Debugging a Node using kubectl debug node