Any idea to view the log files of a crashed pod in kubernetes? My pod is listing it\'s state as \"CrashLoopBackOff\" after started the replicationController. I search the availa
Assuming that your pod still exists:
kubectl logs --previous
$ kubectl logs -h -p, --previous[=false]: If true, print the logs for the previous instance of the container in a pod if it exists.