https://github.com/devops-ia/helm-cruise-control
Helm chart for Cruise Control
https://github.com/devops-ia/helm-cruise-control
apache-kafka cruise-control kafka kubernetes performance
Last synced: 6 months ago
JSON representation
Helm chart for Cruise Control
- Host: GitHub
- URL: https://github.com/devops-ia/helm-cruise-control
- Owner: devops-ia
- License: mit
- Created: 2024-08-06T17:39:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-05T06:55:56.000Z (7 months ago)
- Last Synced: 2025-09-05T08:35:39.675Z (7 months ago)
- Topics: apache-kafka, cruise-control, kafka, kubernetes, performance
- Language: Smarty
- Homepage: https://devops-ia.github.io/helm-cruise-control/
- Size: 127 KB
- Stars: 5
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cruise Control Helm Chart
[Cruise Control](https://github.com/linkedin/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](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)
### Chart Repository
#### Add repository
```console
helm repo add cruise-control https://devops-ia.github.io/helm-cruise-control
helm repo update
```
#### Install Helm chart
```console
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](https://helm.sh/docs/helm/helm_install/) for command documentation._
### OCI Registry
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/devops-ia/helm-cruise-control/pkgs/container/helm-cruise-control%2Fcruise-control).
#### Install Helm chart
```console
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](charts/cruise-control).