Skip to content
cost-onprem-chart

cost-onprem-chart

cost-onprem-chart

GitHub

The cost-onprem-chart provides Helm charts for deploying the full Koku stack on-premise on OpenShift. It packages all components needed for a self-contained cost management deployment where all data stays inside the operator’s perimeter.

What Gets Deployed

ComponentPurpose
Koku APIREST API server
Masu / WorkersData pipeline and Celery workers
PostgreSQLMulti-tenant database
Valkey (Redis)Cache and Celery broker
Kafka (AMQ Streams)Event streaming
Envoy GatewayAPI gateway and ingress
Sources APIProvider source management
koku-uiWeb frontend

Optional components:

  • ROS + Kruize — Resource optimization
  • Keycloak — JWT-based authentication

Prerequisites

  • OpenShift 4.18+
  • S3-compatible object storage (ODF, AWS S3, MinIO)
  • Kafka / AMQ Streams
  • Helm 3

Quick Start

helm repo add cost-mgmt https://project-koku.github.io/cost-onprem-chart
helm repo update
helm install cost-mgmt cost-mgmt/cost-management

Further Reading

See the On-Premise Deployment guide for detailed installation instructions, or the chart README for the full list of configurable parameters.