ingress-nginx-helm/docs/examples/README.md

32 lines
1 KiB
Markdown
Raw Normal View History

# Ingress examples
2017-01-27 17:51:00 -08:00
This directory contains a catalog of examples on how to run, configure and
2017-08-17 03:31:23 +05:30
scale Ingress. Please review the [prerequisites](PREREQUISITES.md) before
2017-01-27 17:51:00 -08:00
trying them.
## Scaling
2017-10-07 18:29:41 -03:00
Name | Description | Complexity Level
-----| ----------- | ----------------
Static-ip | a single ingress gets a single static ip | Intermediate
## Algorithms
2017-10-07 18:29:41 -03:00
Name | Description | Complexity Level
-----| ----------- | ----------------
Session stickyness | route requests consistently to the same endpoint | Advanced
## Auth
2017-10-07 18:29:41 -03:00
Name | Description | Complexity Level
-----| ----------- | ----------------
Basic auth | password protect your website | nginx | Intermediate
2017-10-07 18:29:41 -03:00
[External auth plugin](external-auth/README.md) | defer to an external auth service | Intermediate
2017-02-23 16:52:10 +01:00
## Customization
2017-10-07 18:29:41 -03:00
Name | Description | Complexity Level
-----| ----------- | ----------------
configuration-snippets | customize nginx location configuration using annotations | Advanced
2017-10-23 10:54:30 -03:00
custom-headers | set custom headers before send traffic to backends | Advanced