Update the example README.md

This commit is contained in:
Wiiliam Chang 2017-12-03 17:20:41 +08:00
parent 99d3e9e9fc
commit 13d2185fb6

View file

@ -8,24 +8,24 @@ trying them.
Name | Description | Complexity Level
-----| ----------- | ----------------
Static-ip | a single ingress gets a single static ip | Intermediate
[Static-ip](static-ip/README.md) | a single ingress gets a single static ip | Intermediate
## Algorithms
Name | Description | Complexity Level
-----| ----------- | ----------------
Session stickyness | route requests consistently to the same endpoint | Advanced
[Session stickyness](affinity/cookie/README.md) | route requests consistently to the same endpoint | Advanced
## Auth
Name | Description | Complexity Level
-----| ----------- | ----------------
Basic auth | password protect your website | nginx | Intermediate
[Basic auth](auth/basic/README.md) | password protect your website | nginx | Intermediate
[External auth plugin](external-auth/README.md) | 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
[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