> For the complete documentation index, see [llms.txt](https://docs.feast.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feast.dev/v0.11-branch/feast-on-kubernetes/getting-started/install-feast.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.feast.dev/v0.11-branch/feast-on-kubernetes/getting-started/install-feast.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
