Run the Local Dashboard
docker run --rm -p 4173:4173 \ -e CLUSTERCOST_AGENT_URL="grpc://agent.clustercost.svc.cluster.local:9000" \ ghcr.io/clustercost/dashboard:latestThe dashboard listens on http://localhost:4173 and queries the Kubernetes/ECS agents for normalized cost data. Deploy it inside your VPC if you prefer by using the same image inside Kubernetes or ECS.