How long are kubernetes logs stored?

12/21/2017

If I run, for example, kubectl logs --namespace kube-system kube-apiserver-XXXX | head -n 25 I can see the output with only a timestamp and no date. I can't tell if these are from the inception of the pod or not.

Generally speaking, how long do a pod's logs last in Kubernetes?

-- s g
kubernetes

0 Answers