- Home
- All questions
- Question 395
CKA study material · question 395 of 1000
An engineer cannot find log output from several hours ago with kubectl logs. Why?
Show the answer
Answer: C. kubectl logs only reads what the rotation policy has retained
kubectl logs reads the retained files, so anything rotated away is simply gone.
Source: Logging Architecture (Kubernetes) — Log rotation