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

32 lines
1.2 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
-----| ----------- | ----------------
2017-12-03 09:20:41 +00:00
[Static-ip](static-ip/README.md) | a single ingress gets a single static ip | Intermediate
## Algorithms
2017-10-07 21:29:41 +00:00
Name | Description | Complexity Level
-----| ----------- | ----------------
2017-12-03 09:20:41 +00:00
[Session stickyness](affinity/cookie/README.md) | route requests consistently to the same endpoint | Advanced
## Auth
2017-10-07 21:29:41 +00:00
Name | Description | Complexity Level
-----| ----------- | ----------------
2017-12-03 09:20:41 +00:00
[Basic auth](auth/basic/README.md) | 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
-----| ----------- | ----------------
2017-12-03 09:20:41 +00:00
[configuration-snippets](customization/configuration-snippets/README.md) | customize nginx location configuration using annotations | Advanced
[custom-headers](customization/custom-headers/README.md) | set custom headers before send traffic to backends | Advanced