Skip to content

Events

The Events page is a live, cluster-wide timeline of everything Kubernetes is telling you: scheduling decisions, image pulls, probe failures, evictions. It is deduplicated and filterable, and covers every selected cluster.

The cluster-wide events timeline The cluster-wide events timeline
Every event, deduplicated, with a warnings-only switch for triage.

What you get

  • Live: events stream in as they happen.
  • Deduplicated: repeated events (same object, reason and message) collapse into one row with a count, instead of flooding the list.
  • Cross-cluster: a Cluster column appears when you've selected more than one.
  • Columns: type, reason, involved object, message, namespace, count and last-seen.

Filtering

Filter Use it to…
Warnings only Hide the Normal noise and see just what's wrong.
Kind Focus on one object kind (Pods, Nodes…).
Text search Match on reason or message.
Namespace The top-bar namespace filter applies here too.

Jump to the object

Click the involved object in any row and Kubus opens its details drawer, so you go straight from "something's wrong" to the thing that's wrong.

From the Overview

The Warnings (last hour) panel on the Overview is a shortcut into this page, pre-filtered to recent warnings.

See also