- Home
- All questions
- Question 893
CKA study material · question 893 of 1000
A Pod is evicted from a node. What becomes of its container logs on that node?
Show the answer
Answer: C. They are evicted along with the containers
The kubelet keeps one terminated container and its logs across a restart, but evicting the Pod removes its containers and their logs together — which is the case for cluster-level logging.
Source: Logging Architecture (Kubernetes) — Pod and container logs › How nodes handle container logs