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.
Charts are available in:
helm repo add cruise-control https://devops-ia.github.io/helm-cruise-control
helm repo update
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._
Charts are also available in OCI format. The list of available charts can be found here.
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-cruise-control/cruise-control --version=[version]
Can be found in cruise-control chart.