ingress-nginx-helm/docs/examples
2017-11-23 22:14:39 -03:00
..
affinity/cookie fix: fix typos in docs. 2017-11-20 01:25:50 +08:00
auth Improve documentation and examples [ci skip] 2017-10-15 12:55:40 -03:00
customization Release nginx ingress controller 0.9-beta.18 2017-11-23 22:14:39 -03:00
docker-registry fix: fix typos in docs. 2017-11-20 01:25:50 +08:00
external-auth Split documentation 2017-10-13 18:13:51 -03:00
multi-tls Split documentation 2017-10-13 18:13:51 -03:00
rewrite Update documentation and examples [ci skip] 2017-10-16 09:55:46 -03:00
static-ip Release nginx ingress controller 0.9-beta.18 2017-11-23 22:14:39 -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 Do not use relative urls 2017-10-23 11:14:51 -03: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