Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
If a container keeps crashing, how do you troubleshoot?
Home
Kubernetes K8s
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)
.
...