ingress-nginx-helm/docs/examples
Fernando Diaz d1ae7ff29c Enable Customization of Auth Request Redirect (#1993)
Adds the 'nginx.ingress.kubernetes.io/auth-request-redirect'
annotation, which allows the customization of the
'X-Auth-Request-Redirect' Header. Fixes: #1979
2018-01-27 21:32:08 -03:00
..
affinity/cookie Change annotations prefix 2017-11-24 16:42:21 -03:00
auth Enable Customization of Auth Request Redirect (#1993) 2018-01-27 21:32:08 -03:00
customization Auto stash before merge of "master" and "master/master" (#1982) 2018-01-25 15:15:24 -03:00
docker-registry Change annotations prefix 2017-11-24 16:42:21 -03:00
external-auth add kube-system namespace for oauth2-proxy service (#1987) 2018-01-26 15:11:28 -03:00
multi-tls Split documentation 2017-10-13 18:13:51 -03:00
rewrite Fix doc links (#1925) 2018-01-18 13:30:29 -02:00
static-ip Auto stash before merge of "master" and "master/master" (#1982) 2018-01-25 15:15:24 -03:00
tls-termination Fix TLS example [ci skip] 2017-11-13 12:58:19 -03:00
http-svc.yaml Split documentation 2017-10-13 18:13:51 -03:00
PREREQUISITES.md Split documentation 2017-10-13 18:13:51 -03:00
README.md Update the example README.md 2017-12-03 17:20:41 +08:00

Ingress examples

This directory contains a catalog of examples on how to run, configure and scale Ingress. Please review the prerequisites before trying them.

Scaling

Name Description Complexity Level
Static-ip a single ingress gets a single static ip Intermediate

Algorithms

Name Description Complexity Level
Session stickyness route requests consistently to the same endpoint Advanced

Auth

Name Description Complexity Level
Basic auth password protect your website nginx
External auth plugin defer to an external auth service Intermediate

Customization

Name Description Complexity Level
configuration-snippets customize nginx location configuration using annotations Advanced
custom-headers set custom headers before send traffic to backends Advanced