> ## 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 控制器

> **警告**：通常，云服务提供商都有自己的 ingress 控制器。你可以使用云服务提供商的 ingress 控制器。[更多信息，请参阅 kubernetes 文档。](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/)

你可以执行以下命令在 Kubernetes 集群上安装 Nginx Ingress 控制器：

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

> <a href="https://assets-docs.dify.ai/2025/03/7dbf0f8a76522c80b306c68a70adbfce.yaml" download="ingress-nginx-controller-v1.12.1.yaml">点击此处</a>下载 `ingress-nginx-controller-v1.12.1.yaml` 文件。
