> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Install & configure

> Install Midaz with Helm and configure ingress, dependencies, observability, and workloads.

This section covers installing Midaz on Kubernetes and configuring the chart after the first release.

## What you'll need

* A Kubernetes cluster compatible with the chart and ingress controller you use.
* Helm 3 installed locally.
* Registry access for the images in your selected chart version.
* DNS and TLS material if you expose services through ingress.

## Guides

* [Installation](/en/platform/deploy/midaz/midaz-installation)
* [Ingress](/en/platform/deploy/midaz/midaz-ingress)
* [Observability](/en/platform/deploy/midaz/midaz-observability)
* [Dependencies](/en/platform/deploy/midaz/midaz-dependencies)
* [Components reference](/en/platform/deploy/midaz/midaz-components-reference)
* [Configuration reference](/en/platform/deploy/midaz/midaz-configuration-reference)

## Quick start

Create a `values.yaml` that supplies the chart's required credentials before installing. When you use bundled RabbitMQ, follow the [dependency configuration](/en/platform/deploy/midaz/midaz-dependencies#bundled-rabbitmq).

```bash theme={null}
CHART_VERSION=replace-with-chart-version
helm install midaz oci://registry-1.docker.io/lerianstudio/midaz-helm \
  --version "$CHART_VERSION" -n midaz --create-namespace -f values.yaml
```

For the complete procedure and verification steps, see [Installation](/en/platform/deploy/midaz/midaz-installation).
