Deploy cost optimization with Helm
Install DeepCost on your Kubernetes cluster using Helm charts. Get automated cost optimization with declarative policies and native Kubernetes integration.
Native Helm Charts
Deploy DeepCost controllers and policies using official Helm charts
Configurable Values
Customize cost policies, thresholds, and optimization strategies
Automated Monitoring
Built-in monitoring and alerting for cost optimization workflows
Simple Helm installation
Add Helm Repository
Add the official DeepCost Helm repository to your cluster
Configure Values
Customize values.yaml with your cluster-specific settings
Install Charts
Deploy DeepCost controller and policy charts to your cluster
Verify Installation
Check that all components are running and cost policies are active
Helm Benefits
Declarative deployment
Version-controlled infrastructure as code
Easy upgrades
Simple chart updates with rollback capability
Production ready
Battle-tested charts for enterprise deployments
Available Helm Charts
deepcost/controller
Main DeepCost controller for Kubernetes cost optimization
deepcost/policies
Pre-configured cost optimization policies for common scenarios
deepcost/monitoring
Monitoring stack with Prometheus metrics and Grafana dashboards
Installation Commands
Deploy DeepCost to your cluster with these Helm commands:
# Add the DeepCost Helm repository helm repo add deepcost https://charts.deepcost.io helm repo update # Install the controller helm install deepcost-controller deepcost/controller \ --namespace deepcost-system \ --create-namespace \ --values values.yaml # Install optimization policies helm install deepcost-policies deepcost/policies \ --namespace deepcost-system # Verify installation kubectl get pods -n deepcost-system