Is there a way to get some details about Kubernetes pod that was deleted (stopped, replaced by new version).
I am investigating bug. I have logs with my pod name. Th
kubectl get pods -a
you will get the list of running pods and the terminated pods in case you are searching for this