An open API service indexing awesome lists of open source software.

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

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).