- Home
- All questions
- Question 392
CKA study material · question 392 of 1000
How are kube-proxy's logs found on a node? Choose two.
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?