Kind: Ingress - timowang1991/kubernetes-docs GitHub Wiki
before using ingress-nginx
, need to execute this first
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/cloud/deploy.yaml
- ingress-nginx user guide
- Authenticate requests to apps on kubernetes using Nginx-Ingress and an AuthService.