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.
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¶
- Overview dashboard has the warnings rollup.
- Logs is the next stop once an event points you at a pod.