Skip to content

Run the Local Dashboard

Terminal window
docker run --rm -p 4173:4173 \
-e CLUSTERCOST_AGENT_URL="grpc://agent.clustercost.svc.cluster.local:9000" \
ghcr.io/clustercost/dashboard:latest

The 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.