# Install Feast

A production deployment of Feast is deployed using Kubernetes.

## Kubernetes (with Helm)

This guide installs Feast into an existing Kubernetes cluster using Helm. The installation is not specific to any cloud platform or environment, but requires Kubernetes and Helm.

{% content-ref url="/pages/-McwVYDdx3WQs32KHkWM" %}
[Kubernetes (with Helm)](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/kubernetes-with-helm.md)
{% endcontent-ref %}

## Amazon EKS (with Terraform)

This guide installs Feast into an AWS environment using Terraform. The Terraform script is opinionated and intended to allow you to start quickly.

{% content-ref url="/pages/-McwVYDeR2w\_xr1ccA-R" %}
[Amazon EKS (with Terraform)](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/kubernetes-amazon-eks-with-terraform.md)
{% endcontent-ref %}

## Azure AKS (with Helm)

This guide installs Feast into an Azure AKS environment with Helm.

{% content-ref url="/pages/-McwVYDfEWM2SiFX7R98" %}
[Azure AKS (with Helm)](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/kubernetes-azure-aks-with-helm.md)
{% endcontent-ref %}

## Azure AKS (with Terraform)

This guide installs Feast into an Azure environment using Terraform. The Terraform script is opinionated and intended to allow you to start quickly.

{% content-ref url="/pages/-McwVYDgmd93nQ63TGmt" %}
[Azure AKS (with Terraform)](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/kubernetes-azure-aks-with-terraform.md)
{% endcontent-ref %}

## Google Cloud GKE (with Terraform)

This guide installs Feast into a Google Cloud environment using Terraform. The Terraform script is opinionated and intended to allow you to start quickly.

{% content-ref url="/pages/-McwVYDhU5w01Bg1XDGb" %}
[Google Cloud GKE (with Terraform)](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/google-cloud-gke-with-terraform.md)
{% endcontent-ref %}

## IBM Cloud Kubernetes Service (IKS) and Red Hat OpenShift (using Kustomize)

This guide installs Feast into an existing [IBM Cloud Kubernetes Service](https://www.ibm.com/cloud/kubernetes-service) or [Red Hat OpenShift on IBM Cloud](https://www.ibm.com/cloud/openshift) using Kustomize.

{% content-ref url="/pages/-McwVYDiyB4Wff-lRAhA" %}
[IBM Cloud Kubernetes Service (IKS) and Red Hat OpenShift (with Kustomize)](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/ibm-cloud-iks-with-kustomize.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.feast.dev/v0.11-branch/feast-on-kubernetes/getting-started/install-feast.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.
