ingress-nginx

更新时间:2025年11月2日 05:53 浏览:1289

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
导航