Login
Remember
Register
Ask a Question
If a container keeps crashing, how do you troubleshoot?
0
votes
asked
Aug 3, 2023
in
Kubernetes K8s
by
SakshiSharma
If a container keeps crashing, how do you troubleshoot?
kubernetes-troubleshoot
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 3, 2023
by
SakshiSharma
You can use --previous option with logs command to see the logs of a crashed container.
(kubectl logs --previous)
.
...