# Install

The guides in this section illustrate how to install and deploy Immuta in your Kubernetes environment.

## Prerequisites

{% hint style="info" %}
**Helm installation**

The following guides use the `helm` command to manage Kubernetes resources; ensure it's installed before proceeding. Refer to the [Helm documentation](https://helm.sh/docs/intro/install/) for further assistance.
{% endhint %}

### Checklist

* [ ] [RBAC permissions](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) have been granted to create resources in the cluster.

## Quickstart

{% hint style="info" %}
**Encountering issues?**

Ensure you can communicate with all required services from within the Kubernetes cluster. Consult the [troubleshooting](/latest/configuration/self-managed-deployment/troubleshooting.md) section for solutions to common problems.
{% endhint %}

Get started quickly with these essential guides. For a more comprehensive understanding and advanced configurations, [explore the full suite of guides](/latest/configuration/self-managed-deployment/configure.md).

1. Complete the guide that corresponds with your Kubernetes cluster's distribution.
   * [Managed public cloud](/latest/configuration/self-managed-deployment/install/managed-public-cloud.md): This guide includes instructions for
     * Amazon Elastic Kubernetes Service (EKS)
     * Google Kubernetes Engine (GKE)
     * Microsoft Azure Kubernetes Service (AKS)
   * [Red Hat OpenShift](/latest/configuration/self-managed-deployment/install/red-hat-openshift.md)
2. Complete the [Ingress configuration](/latest/configuration/self-managed-deployment/configure/ingress-configuration.md) guide.
3. Complete the [Production best practices](/latest/configuration/self-managed-deployment/configure/immuta-in-production.md) guide.


---

# 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://documentation.immuta.com/latest/configuration/self-managed-deployment/install.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.
