ingress-nginx-helm/docs/examples
2018-02-07 07:22:34 -08:00
..
affinity/cookie broken link for sticky-ingress.yaml (#2011) 2018-02-01 02:45:46 -08:00
auth Update README.md (#2038) 2018-02-07 07:22:34 -08: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 fix broken links in static-ip readme (#2035) 2018-02-05 17:43:35 -08:00
tls-termination Fix TLS example [ci skip] 2017-11-13 12:58:19 -03:00
http-svc.yaml Show pod information in http-svc example (#2027) 2018-02-02 09:04:18 -08: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