In the k8s documentation related to node level logging i found the statement
"By default, if a container restarts, the kubelet keeps one terminated container with its logs. If a pod is evicted from the node, all corresponding containers are also evicted, along with their logs."
Can anyone explain what is meant by when a pod is evicted logs , its logs are also evicted. Will it lead to log loss ?
I am using fluentbit and sending logs to ElasticSearch. I n case of pod eviction will i loose logs