At v0.0.1 the dashboard covers ClusterPersona only — incidents and remediations are not visualized here yet.
Dashboard view
The cluster table shows:Status badges
Clusters display a color-coded status badge based on their phase:Navigation
Click any cluster row to navigate to the cluster detail view for that cluster.Data fetching
The dashboard uses React Query to fetch cluster data:- Stale time: 10 seconds — data is considered fresh for 10s before refetching
- Background refetch: Disabled on window focus to avoid unnecessary API calls
- Retry: 1 retry on failure
States
The dashboard handles three states:Cluster detail
Detailed view of a single cluster
Real-time updates
How live updates work