Skip to content

Commit

Permalink
docs: Add traffic router support to readme (argoproj#2444)
Browse files Browse the repository at this point in the history
* add table for supported traffic routers

Signed-off-by: zachaller <[email protected]>

* fix checkmarks

Signed-off-by: zachaller <[email protected]>

* change not support to x

Signed-off-by: zachaller <[email protected]>

* fix incorrect alb support

Signed-off-by: zachaller <[email protected]>

* switch to companies supporting traffic routers

Signed-off-by: zachaller <[email protected]>

* small formting changes

Signed-off-by: zachaller <[email protected]>

* remove Supported by

Signed-off-by: zachaller <[email protected]>

* add fetaure stablility

Signed-off-by: zachaller <[email protected]>

* GA to stable

Signed-off-by: zachaller <[email protected]>

* add legend

Signed-off-by: zachaller <[email protected]>

* add new line

Signed-off-by: zachaller <[email protected]>

Signed-off-by: zachaller <[email protected]>
Signed-off-by: Travis Perdue <[email protected]>
  • Loading branch information
zachaller authored and Travis Perdue committed Jan 12, 2023
1 parent e07e465 commit b7fb656
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ For these reasons, in large scale high-volume production environments, a rolling
* Service Mesh integration: Istio, Linkerd, SMI
* Metric provider integration: Prometheus, Wavefront, Kayenta, Web, Kubernetes Jobs, Datadog, New Relic, InfluxDB

## Supported Traffic Shaping Integrations
| Traffic Shaping Integration | SetWeight | SetWeightExperiments | SetMirror | SetHeader |
|------------------------------|------------------------------|-----------------------------|----------------------------|----------------------------|
| ALB Ingress Controller | :white_check_mark: (stable) | :white_check_mark: (stable) | :x: | :white_check_mark: (alpha) |
| Ambassador | :white_check_mark: (stable) | :x: | :x: | :x: |
| Istio | :white_check_mark: (stable) | :white_check_mark: (stable) | :white_check_mark: (alpha) | :white_check_mark: (alpha) |
| Nginx Ingress Controller | :white_check_mark: (stable) | :x: | :x: | :x: |
| SMI | :white_check_mark: (stable) | :white_check_mark: (stable) | :x: | :x: |
| Traefik | :white_check_mark: (beta) | :x: | :x: | :x: |

:white_check_mark: = Supported

:x: = Not Supported

## Documentation
To learn more about Argo Rollouts go to the [complete documentation](https://argoproj.github.io/argo-rollouts/).

Expand Down

0 comments on commit b7fb656

Please sign in to comment.