- Home
- All questions
- Question 946
CKA study material · question 946 of 1000
A node log query is made for a service whose logs go to a file rather than journald. What does the kubelet do?
Show the answer
Answer: B. It falls back to files under /var/log named after the service
The kubelet checks the native logger first and then tries /var/log paths derived from the service name, so a caller need not know which the service uses.
Source: System Logs (Kubernetes) — Log query