Overview¶
The Overview page is the landing view after login — a namespace-level health summary for everything KubeManta can see in your cluster.
What it shows¶
- Health score per namespace — derived from pod readiness and restart rates
- Top crashers — pods with the highest restart counts, surfaced first
- Active alert count — pulled from the Alerts rules engine
- System health widget — API server latency and node-ready count, refreshed in the background
- Cluster activity — recent Kubernetes Warning events, streamed in real time via Server-Sent Events
- Optional Grafana embed — when a Grafana source is configured in Admin → Observability, one of your own dashboards can be embedded as the Overview (see Observability)
How to get there¶
Click Overview in the sidebar (top of the OBSERVE group). It's the default view on login.
Key actions¶
- Use the namespace selector in the top bar to scope the whole app (Overview, Workloads, Diagnose, Terminal, Alerts) to one namespace or all tenant namespaces
- Toggle System NS to show or hide
kube-systemand cloud-provider namespaces (gke-*,gmp-*,istio-*,knative-*) - Click a namespace card to jump straight into its Workloads view
Screenshots coming¶
A walkthrough of the Overview page (health cards, system NS toggle, live activity feed) will be added here in a follow-up pass.