Skip to content

Commit

Permalink
Merge pull request alibaba#113 from lianglli/tengine-ingress-1.1.0-re…
Browse files Browse the repository at this point in the history
…adme

Readme: Dynamically configure canary routing based on modulo operation for a specific header, cookie or query parameter
  • Loading branch information
lianglli authored Nov 9, 2023
2 parents 84bcb49 + 8f90167 commit 341fde0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ Tengine-Ingress is an Ingress controller for Kubernetes using [Tengine](https://
Tengine-Ingress supports the standard Ingress specification based on [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx) repo.

## Features
* [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) specification support
* Dynamically configure the servers, locations and upstreams for Ingress, Secret, Service and Endpoint changes, without reloading or restarting worker processes.
* HTTP/3 support (QUIC v1 and draft-29).
* Dynamically configure different TLS protocols for different server names.
* Dynamically configure different TLS protocols for different ingress.
* Dynamically configure multiple default TLS certificates for client-hello without SNI.
* Support for hybrid ECC and RSA certificates for the same ingress/path.
* Dynamically configure certificates and keys.
* Dynamically configure canary routing based on multiple values of a specific header, cookie or query parameter.
* Dynamically configure canary routing based on multiple upstream according to weight.
* Dynamically configure canary routing based on modulo operation for a specific header, cookie or query parameter.
* Dynamically configure timeout setting, SSL Redirects, CORS and enabling/disabling robots for the ingress/path.
* Dynamically configure canary routing to add/append custom headers or add query parameter to the HTTP request.
* Dynamically configure canary routing to add custom headers to the HTTP response.
Expand Down

0 comments on commit 341fde0

Please sign in to comment.