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

CKA study material · question 392 of 1000

How are kube-proxy's logs found on a node? Choose two.

  1. Always through kubectl logs on the kube-proxy Service
  2. In a file such as /var/log/kube-proxy.log on some systems
  3. Through journalctl on systems using the journal
  4. In /etc/kubernetes/manifests
Show the answer

Answer: B. In a file such as /var/log/kube-proxy.log on some systems
C. Through journalctl on systems using the journal

Where kube-proxy logs live depends on the node's operating system: a file on some, the journal on others.

Source: Debug Services (Kubernetes) — Is kube-proxy running?

Challenge yourself on this topic → Study as cards