> ## 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

> Deploy Midaz on Kubernetes with Helm — from initial install to fine-tuning ingress, observability, dependencies, and components.

This section covers installing and configuring Midaz on Kubernetes using Helm — from initial deployment to fine-tuning ingress, observability, dependencies, and component parameters.

## What you'll need

***

* **Kubernetes 1.30+** — Running cluster with `kubectl` configured.
* **Helm 3+** — Installed locally (`helm version` to verify).
* **Registry access** — Credentials for pulling Midaz container images.
* **DNS and TLS** — Domain names and certificates for ingress (or cert-manager for automatic provisioning).

## Guides

***

* [Installation](/en/platform/helm/midaz/midaz-installation): Install Midaz on Kubernetes with a single Helm command.
* [Ingress](/en/platform/helm/midaz/midaz-ingress): Expose Midaz services outside the cluster using NGINX, AWS ALB, or Traefik.
* [Observability](/en/platform/helm/midaz/midaz-observability): Set up Grafana and OpenTelemetry for monitoring and tracing.
* [Dependencies](/en/platform/helm/midaz/midaz-dependencies): Configure PostgreSQL, MongoDB, RabbitMQ, and Valkey — bundled or external.
* [Components reference](/en/platform/helm/midaz/midaz-components-reference): Detailed parameters for Ledger, Onboarding, Transaction, and CRM services.

## Quick start

***

```bash theme={null}
helm install midaz oci://registry-1.docker.io/lerianstudio/midaz-helm --version <version> -n midaz --create-namespace
```

For step-by-step instructions, see [Installation](/en/platform/helm/midaz/midaz-installation).
