ingress-nginx-helm/docs/examples
2018-03-22 08:32:33 -03:00
..
affinity/cookie fix typo stickyness to stickiness (#2039) 2018-02-07 07:23:06 -08:00
auth Updates and extends client cert documentation (#2105) 2018-02-16 07:17:29 -08:00
customization fix-link (#2239) 2018-03-22 08:32:33 -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 Fix broken links in multi-tls (#2228) 2018-03-21 07:05:14 -03:00
rewrite Fix doc links (#1925) 2018-01-18 13:30:29 -02:00
static-ip Release nginx ingress controller 0.12.0 (#2206) 2018-03-19 08:57:16 -03:00
tls-termination Fix TLS example [ci skip] 2017-11-13 12:58:19 -03:00
http-svc.yaml add matchLabels in Deployment yaml, that both API extensions/v1beta1 and apps/v1 can be used (#2036) 2018-02-07 08:50:12 -08:00
PREREQUISITES.md Split documentation 2017-10-13 18:13:51 -03:00
README.md Updates and extends client cert documentation (#2105) 2018-02-16 07:17:29 -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
Client certificate authentication secure your website with client certificate authentication 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