Merge pull request #1790 from warmchang/example

Update the example README.md
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-12-03 13:40:19 -03:00 committed by GitHub
commit 637c95a7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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