This repository hosts Helm charts for deploying the ClusterCost ecosystem. It currently includes:
charts/clustercost-dashboard: renders the web dashboard that aggregates agent data.charts/clustercost-agent-k8s: publishes metrics from Kubernetes clusters to the dashboard.
- Inspect chart values to understand defaults:
helm show values charts/clustercost-dashboard
- Validate templates locally:
helm lint charts/clustercost-dashboard helm template charts/clustercost-dashboard
- Install into a test namespace:
helm install dashboard charts/clustercost-dashboard --namespace clustercost --create-namespace
Refer to AGENTS.md for contribution guidelines, release expectations, and security notes.