ingress-nginx-helm/docs/examples
Francisco de Brito Fontes 2f6f9a29ba Improve documentation format
2018-04-29 03:17:29 -03:00
..
affinity/cookie fix the default cookie name in doc 2018-04-18 09:27:34 -07:00
auth Updates and extends client cert documentation (#2105) 2018-02-16 07:17:29 -08:00
customization Release nginx ingress controller 0.14.0 2018-04-27 16:09:28 -03:00
docker-registry Improve documentation format 2018-04-29 03:17:29 -03:00
external-auth Improve documentation format 2018-04-29 03:17:29 -03:00
multi-tls Fix broken links in multi-tls (#2228) 2018-03-21 07:05:14 -03:00
rewrite Move deployment documentation under docs/deploy/ 2018-04-26 13:57:18 +03:00
static-ip Improve documentation format 2018-04-29 03:17:29 -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 Improve documentation format 2018-04-29 03:17:29 -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