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

# Nginx Ingress Controller

> **Warning**: Generally, Cloud Providers have their own ingress controller. You can use the Cloud Provider's ingress controller. For more information, please refer to the [kubernetes documentation](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/).

You can execute the following commands to install the Nginx Ingress Controller on your Kubernetes cluster:

```bash theme={null}
kubectl apply -f ./ingress-nginx-controller-v1.12.1.yaml
```

> <a href="https://assets-docs.dify.ai/2024/12/88d4cee27ae27fb0f0e31ad3d5165290.yaml" download="ingress-nginx-controller-v1.12.1.yaml">Click here</a> to download the `ingress-nginx-controller-v1.12.1.yaml` file.
