Kubernetes : How can I get access to a previously killed (and not restarted) pod?

171 Views Asked by At

I have a deployment on my Kubernetes on Azure (AKS), and pods related to that deployment get killed. Is there any simple way to see logs of the killed pod ?

PS: This deployment is aerokube moon2, which creates other pods corresponding to tests and deletes them based on web-socket connection. For some reason, one of the moon2 replicas gets killed and the created pod by moon2 still running.

0

There are 0 best solutions below