|
|
||
|---|---|---|
| .. | ||
| affinity/cookie | ||
| auth | ||
| customization | ||
| docker-registry | ||
| external-auth | ||
| multi-tls | ||
| rewrite | ||
| static-ip | ||
| tls-termination | ||
| PREREQUISITES.md | ||
| README.md | ||
| http-svc.yaml | ||
README.md
Ingress examples
This directory contains a catalog of examples on how to run, configure and scale Ingress. Please review the prerequisites before trying them.
Scaling
| Name | Description | Complexity Level |
|---|---|---|
| Static-ip | a single ingress gets a single static ip | Intermediate |
Algorithms
| Name | Description | Complexity Level |
|---|---|---|
| Session stickyness | route requests consistently to the same endpoint | Advanced |
Auth
| Name | Description | Complexity Level |
|---|---|---|
| Basic auth | password protect your website | nginx |
| Client certificate authentication | secure your website with client certificate authentication | nginx |
| External auth plugin | defer to an external auth service | Intermediate |
Customization
| Name | Description | Complexity Level |
|---|---|---|
| configuration-snippets | customize nginx location configuration using annotations | Advanced |
| custom-headers | set custom headers before send traffic to backends | Advanced |