- Home
- All questions
- Question 398
CKA study material · question 398 of 1000
Where are container logs written on a node? Choose two.
Show the answer
Answer: A. Under /var/log/pods by default
C. At a custom path when the kubelet's podLogsDir is set
The default location is /var/log/pods, and podLogsDir moves it, though tooling assumes the standard path.
Source: Logging Architecture (Kubernetes) — System component logs