GKE Managed PODS

Screenshot 2024-04-12 at 6.29.02 PM.png

GKE must show me the managed pods which are evicted (At least the Timeline of creation/deletion of PODS) is there any way i can enable it so that i can see that historical data/events in my UI/Console.
Right now it shows only Running PODS under managed PODS(Attached Image).

1 1 48
1 REPLY 1

Hi @VikramGowda 

Welcome to Google Cloud Community!

To see the events related to a specific pod, in a GKE cluster, you can use the kubectl command-line tool.

Assuming you have kubectl configured correctly to communicate with the GKE cluster, you can use the following command:

kubectl describe [pod-name] pod -n [namespace]

Meanwhile, you might find it useful to explore the FAQs or official documentation for additional insights.

An alternative way is to contact Google Cloud support, but this requires you to purchase a support package.