ingress-nginx
更新时间:2025年3月19日 15:55
浏览:830
ingress-nginx 由 k8s 社区维护开发,使用 lua + nginx 实现,效率一版,不建议生产环境使用
官方安装说明
https://kubernetes.github.io/ingress-nginx/deploy/
国内安装方法
1 下载 yaml 文件
https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml
翻墙下载该 yaml, 另存为 ingress-nginx.yaml
2 安装
#!/bin/sh
kubectl apply -f ingress-nginx.yaml