I am trying to find event related to my pod kuebctl describe pod <pod_name>
but I am seeing blank events.
Events: <none>
I have the application deployed in AWS EKS. I think this has started to happen when one of my nodes got replaced with another one. How do i ensure that i see the events.
when I see the output of kubectl get pods
I see restart count = 1 for one of my pods which indicate there should be some events.
Any help on how to investigate this further would be really great, thanks.
Thanks.