Skip to content

devops-ia/helm-cruise-control

Repository files navigation

Cruise Control Helm Chart

Cruise Control is a product that helps run Apache Kafka clusters at large scale. Due to the popularity of Apache Kafka, many companies have bigger and bigger Kafka clusters.

Usage

Charts are available in:

Chart Repository

Add repository

helm repo add cruise-control https://devops-ia.github.io/helm-cruise-control
helm repo update

Install Helm chart

helm install [RELEASE_NAME] cruise-control/cruise-control

This install all the Kubernetes components associated with the chart and creates the release.

See helm install for command documentation.

OCI Registry

Charts are also available in OCI format. The list of available charts can be found here.

Install Helm chart

helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-cruise-control/cruise-control --version=[version]

Cruise Control chart

Can be found in cruise-control chart.