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?