Study. uk . com
  1. Home
  2. All questions
  3. Question 494

CKA study material · question 494 of 1000

On a typical Linux node, where do these logs live? Choose two.

  1. The kubelet's log is /var/log/kubelet.log
  2. etcd's log is /var/log/etcd.log
  3. kube-proxy's log is /var/log/kube-proxy.log
  4. The API server's log is /var/log/apiserver.log
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

Challenge yourself on this topic → Study as cards