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

32 lines
1 KiB
Markdown
Raw Normal View History

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