2016-11-24 17:51:05 -08:00
|
|
|
# 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.
|
2016-11-24 17:51:05 -08:00
|
|
|
|
|
|
|
|
## Scaling
|
|
|
|
|
|
2017-10-07 18:29:41 -03:00
|
|
|
Name | Description | Complexity Level
|
|
|
|
|
-----| ----------- | ----------------
|
|
|
|
|
Static-ip | a single ingress gets a single static ip | Intermediate
|
2016-11-24 17:51:05 -08:00
|
|
|
|
|
|
|
|
## Algorithms
|
|
|
|
|
|
2017-10-07 18:29:41 -03:00
|
|
|
Name | Description | Complexity Level
|
|
|
|
|
-----| ----------- | ----------------
|
|
|
|
|
Session stickyness | route requests consistently to the same endpoint | Advanced
|
2016-11-24 17:51:05 -08:00
|
|
|
|
|
|
|
|
## Auth
|
|
|
|
|
|
2017-10-07 18:29:41 -03:00
|
|
|
Name | Description | Complexity Level
|
|
|
|
|
-----| ----------- | ----------------
|
2016-11-24 17:51:05 -08:00
|
|
|
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
|
2016-11-24 17:51:05 -08:00
|
|
|
|
2017-02-23 16:52:10 +01:00
|
|
|
## Customization
|
2016-11-24 17:51:05 -08:00
|
|
|
|
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
|