Goal
Show per-pod behavioral baseline status. Which pods have a baseline? What is normal for them? What deviated?
Tasks
- Build BaselineDashboard React component in SecurityPosture page
- Show baseline status per pod: learning / established / anomaly
- Show top anomalous pods sorted by deviation score
- Show per-rule FP rates
- Pull from GET /baseline/:namespace/:pod
Acceptance criteria
- Dashboard shows all pods with baseline status
- Anomaly score visible per pod
- FP rate visible per rule
- Filters by namespace
Goal
Show per-pod behavioral baseline status. Which pods have a baseline? What is normal for them? What deviated?
Tasks
Acceptance criteria