0 votes
in Kubernetes K8s by
If a container keeps crashing, how do you troubleshoot?

1 Answer

0 votes
by
You can use --previous option with logs command to see the logs of a crashed container.

  (kubectl logs --previous)

.
...