0
点赞
收藏
分享

微信扫一扫

k8s安装nginx ingress controller


介绍

k8s安装nginx ingress controller_github

helm方式

helm upgrade --install ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--namespace ingress-nginx --create-namespace

manifest方式

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.3.0/deploy/static/provider/cloud/deploy.yaml

​​参考链接:https://kubernetes.github.io/ingress-nginx/deploy/​​


举报

相关推荐

0 条评论