Skip to content

Commit

Permalink
docs: mention cilium in the examples (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Kostis Kapelonis <[email protected]>
  • Loading branch information
kostis-codefresh authored Aug 10, 2023
1 parent 7da06c2 commit 0393a79
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

# Argo Rollouts Gateway API plugin

Argo Rollouts is a progressive delivery controller for Kubernetes. It supports several advanced deployment methods such as blue/green and canaries.
For canary deployments Argo Rollouts can optionally use a traffic provider to split traffic between pods with full control and in a gradual way.
[Argo Rollouts](https://argoproj.github.io/rollouts/) is a progressive delivery controller for Kubernetes. It supports several advanced deployment methods such as blue/green and canaries.
For canary deployments Argo Rollouts can optionally use [a traffic provider](https://argoproj.github.io/argo-rollouts/features/traffic-management/) to split traffic between pods with full control and in a gradual way.

![Gateway API with traffic providers](public/images/gateway-api.png)

Expand Down Expand Up @@ -49,11 +49,13 @@ The first 3 steps are specific to your provider/implementation of the Gateway AP

See end-to-end examples for:

* [Traefik](examples/traefik/)
* [Cilium](examples/cilium)
* [Google Cloud](examples/google-cloud)
* [Kong](examples/kong)
* [Traefik](examples/traefik/)


Note that the examples are just for illustration purposes. You should be able
Note that these examples are included just for illustration purposes. You should be able
to use any solution that implements the Gateway API.

## Installing the plugin
Expand Down

0 comments on commit 0393a79

Please sign in to comment.