Verify Cost Data
- Agents healthy —
kubectl get pods -n clustercostorecs list-tasks --service clustercost-agentshould show running containers. - gRPC connectivity — dashboard logs contain
connected to agentwithin a few seconds of startup. - UI sanity check — in the dashboard, navigate to Namespaces or ECS Services and confirm you see spend > $0 for the last hour/day.
- API sample — hit the
/api/v1/cost/namespacesendpoint on the dashboard to fetch raw JSON if you need to script validation.
Once these checks pass you have a complete loop from agents → dashboard. Head to the Agents and Reference sections for tuning and automation ideas.