SigNoz Cloud - This page is relevant for SigNoz Cloud editions.
Self-Host - This page is relevant for self-hosted SigNoz editions.

Kubernetes Events Dashboard

This dashboard displays specific event and object kind counts, as well as their respective time-series charts, allowing the viewer to understand what's happening inside a cluster at a glance.

📝 Note

To use this dashboard, ensure you are collecting Kubernetes events. You must install the k8s-infra Helm chart and configure Kubernetes events collection.

Dashboard Preview

Kubernetes Events Dashboard
Kubernetes Events Dashboard

Dashboards → + New dashboard → Import JSON

What This Dashboard Monitors

This dashboard tracks Kubernetes events to provide a high-level view of cluster activities, specifically distinguishing between different event reasons and resource kinds.

Metrics Included

Overview

  • Event Count: Total number of events and trend over time.

Resource-Specific Events

  • Deployments: Current count and time-series of deployment-related events.
  • Pods vs Deployments: Comparative view of events affecting Pods versus Deployments.
  • Bootcamp Container: Specific field path monitoring for container specs.

Event Reasons

  • Pulled Images: Count and trend of image pulling events.
  • Scaling: Metrics for ScalingReplicaSet events.
  • Scheduling: Count of Scheduled events.
  • Lifecycle Events:
    • Successful Create: Count of successful resource creation events.
    • Successful Delete: Count of successful deletion events.
    • Killing: Count of pod termination events.
    • Pulled vs Created: Comparison of image pull events vs successful pod creation events.

Next Steps

  • Set Alerts: Create alerts for critical events such as pod failures, scaling issues, or image pull errors.
  • Explore Logs: Correlate events with logs to troubleshoot issues effectively.

Last updated: March 16, 2026

Edit on GitHub