- Home
- All questions
- Question 399
CKA study material · question 399 of 1000
Why is putting the Pod log directory on a filesystem separate from /var risky?
Show the answer
Answer: D. The kubelet does not track that filesystem's usage, so it can fill up unnoticed
The kubelet supports the location only on the same disk as /var; elsewhere it does not track usage.
Source: Logging Architecture (Kubernetes) — System component logs