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