# Helm

KubeMQ Helm charts required Helm v3. Please download/upgrade from <https://github.com/helm/helm>

## Add KubeMQ Helm Repository

```bash
helm repo add kubemq-charts  https://kubemq-io.github.io/charts
```

## Update KubeMQ Helm Repository

```bash
helm repo update
```

## Install KubeMQ Cluster

```bash
helm install --create-namespace -n kubemq kubemq-crds kubemq-charts/kubemq-crds
helm install --wait -n kubemq kubemq-controller kubemq-charts/kubemq-controller
helm install --wait -n kubemq kubemq-cluster --set key={your-license-key} kubemq-charts/kubemq-cluster
```

## Configuration

Check out cluster configuration setting available:

{% content-ref url="/pages/-M48AdfSB5Y\_K6xZtNr6" %}
[Cluster](/configuration/cluster.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kubemq.io/getting-started/create-cluster/helm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
