> ## 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

> **注意**: 一般的に、クラウドプロバイダーには独自のイングレスコントローラーがあります。クラウドプロバイダーのイングレスコントローラーを使用することができます。[詳細については、kubernetesのドキュメントを参照してください。](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/)

以下のコマンドを実行して、KubernetesクラスターにNginx Ingress Controllerをインストールすることができます:

```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">ここをクリック</a>して `ingress-nginx-controller-v1.12.1.yaml` ファイルをダウンロードしてください。
