
* Update documentation for custom error pages * custom-error-pages: Fix path to error pages Bump version to 0.2
2.3 KiB
2.3 KiB
Ingress examples
This directory contains a catalog of examples on how to run, configure and scale Ingress.
Please review the prerequisites before trying them.
Category | Name | Description | Complexity Level |
---|---|---|---|
Apps | Docker Registry | TODO | TODO |
Auth | Basic authentication | password protect your website | Intermediate |
Auth | Client certificate authentication | secure your website with client certificate authentication | Intermediate |
Auth | External authentication plugin | defer to an external authentication service | Intermediate |
Auth | OAuth external auth | TODO | TODO |
Customization | Configuration snippets | customize nginx location configuration using annotations | Advanced |
Customization | Custom configuration | TODO | TODO |
Customization | Custom DH parameters for perfect forward secrecy | TODO | TODO |
Customization | Custom errors | serve custom error pages from the default backend | Intermediate |
Customization | Custom headers | set custom headers before sending traffic to backends | Advanced |
Customization | Custom upstream check | TODO | TODO |
Customization | Custom VTS metrics with Prometheus | TODO | TODO |
Customization | External authentication with response header propagation | TODO | TODO |
Customization | Sysctl tuning | TODO | TODO |
Features | Rewrite | TODO | TODO |
Features | Session stickiness | route requests consistently to the same endpoint | Advanced |
Scaling | Static IP | a single ingress gets a single static IP | Intermediate |
TLS | Multi TLS certificate termination | TODO | TODO |
TLS | TLS termination | TODO | TODO |