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
Frequently Asked Questions
How long does Helm integration take?
Integration takes about 5-10 minutes. Add DeepCost to your Helm configuration, deploy the integration, and cost tracking will start automatically for all your resources.
What permissions does DeepCost need?
DeepCost requires read access to your infrastructure state and configurations. For automated optimization, optional write permissions enable resource rightsizing and automated scaling adjustments.
Is my infrastructure data secure?
Yes, all Helm state and configuration data is encrypted in transit and at rest. DeepCost follows infrastructure-as-code security best practices and maintains SOC 2 compliance.
Can I use DeepCost with multiple environments?
Absolutely. DeepCost supports multiple Helm workspaces, projects, and environments. Track costs separately for development, staging, and production from a unified dashboard.
How quickly will I see cost optimization recommendations?
DeepCost analyzes your infrastructure immediately after integration. Most customers see actionable recommendations within 24 hours, with typical savings of 30-50% achievable in the first month.