Skip to content

List last events at the bottom of Kubernetes resource details

Release notes

Problem to solve

As an Application Operator, I want to see the latest events related to various Kubernetes resources, so I can troubleshoot issues and easily understand recent changes in the cluster.

Proposal

Extend the resource details view (for every resource) with an events section, corresponding to the call kubectl get event --namespace abc-namespace --field-selector involvedObject.name=my-pod-zl6m6

While events might be dynamic, this issue is about a static listing of the recent events. See Stream last events at the bottom of Kubernetes ... (#470042 - closed) for the streaming

Screenshot_2024-08-01_at_11.50.05_AM

Intended users

Feature Usage Metrics

  • event: open_kubernetes_resource_details, additional properties: Kubernetes kind
  • metrics:
    • MAU opening K8s resource details
    • MAU opening K8s resource details per kind

Does this feature require an audit event?

no

Edited by Anna Vovchenko