Demos
Kubernetes • Live topology
Cluster Overview
Real-time view of the K8s homelab cluster. Data refreshes every 60 seconds via the public API.
Quick tour
What it shows
- A live snapshot of cluster nodes, pod density, and a health score.
- Workload categories (AI, infra, monitoring, app) based on pod labels.
- Quick filtering by node type (control plane, GPU worker, worker).
How it’s built
- A read-only public API—no kubeconfig or cluster credentials in the browser.
- Client-side filtering and lightweight animation for instant feedback.
- Designed to stay responsive even when the cluster is busy.
What to look for
- Pending/failed pods and which node types they concentrate on.
- Health score drift after deploys or node restarts.
- Sampled vs total pod counts when the cluster is under load.
Notes
- In production this can be sampled; counts are directional when sampling is enabled.
- If live data is unavailable, use the local demo mode flags shown below.