04.k8s集群部署nginx-ingress
组件版本
组件
版本
nginx ingress
0.43.0
安装
nginx ingress官网
https://kubernetes.github.io/ingress-nginx/
一键部署
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.43.0/deploy/static/provider/baremetal/deploy.yaml

查看部署情况
kubectl get pod -n ingress-nginx
kubectl get svc -n ingress-nginx
Last updated
Was this helpful?