1.Ingress Nginx入门
Ingress:
Ingress-nginx:kubernetes官方维护的ingress
Nginx-ingress:nginx官方维护的ingress
Ingress-nginx的官方文档:https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/
Nginx-ingress的官方文档:https://docs.nginx.com/nginx-ingress-controller/configuration/ingress-resources/advanced-configuration-with-annotations/
Ingress-nginx Github:https://github.com/kubernetes/ingress-nginx
Nginx-ingress Github:https://github.com/nginxinc/kubernetes-ingress/
Traefik、HAProxy、Istio
2.使用helm安装ingress
首先安装helm管理工具:https://helm.