- Home
- All questions
- Question 895
CKA study material · question 895 of 1000
Under which directory does the kubelet have the container runtime write container logs by default?
Show the answer
Answer: A. /var/log/pods
/var/log/pods is the default; the kubelet's podLogsDir can move it, but many tools assume the default path, so changing it is done cautiously.
Source: Logging Architecture (Kubernetes) — System component logs › Log locations