💸 ClusterCost Charts
Simple, efficient Helm packages for ClusterCost agents and dashboard.
What’s this?
This static index lives at charts.clustercost.com and serves the Helm repository.
Use it to install the ClusterCost dashboard UI and Kubernetes agent across clusters.
Get the source on GitHub.
Quick Start
helm repo add clustercost https://charts.clustercost.com
helm repo update
# Install the dashboard
helm install dashboard clustercost/clustercost-dashboard \
--namespace clustercost --create-namespace
# Install the agent
helm install agent clustercost/clustercost-agent-k8s \
--namespace clustercost-agent --create-namespace \
--set clusterName=<your-cluster-name>
Need help?
Email jesus@projecthelena.com or open an issue in the repo.