Skip to content

Commit d34a504

Browse files
committed
Update intro
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 9fc5f9c commit d34a504

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ features:
99
- title: Safer Releases
1010
details: Reduce the risk of introducing a new software version in production by gradually shifting traffic to the new version while measuring metrics like HTTP/gRPC request success rate and latency.
1111
- title: Flexible Traffic Routing
12-
details: Shift and route traffic between app versions using a service mesh like Istio, Linkerd, Kuma or Gateway API implementations. Or if a service mesh does not meet your needs, use an Ingress controller like Contour, Gloo, NGINX, Skipper or Traefik.
12+
details: Shift and route traffic between app versions using an ingress controller or a service mesh compatible with Kubernetes Gateway API.
1313
- title: Extensible Validation
1414
details: Besides the builtin metrics checks, you can extend your application analysis with custom metrics and webhooks for running acceptance tests, load tests, or any other custom validation.
1515
footer: Apache License 2.0 | Copyright © 2018-2025 The Flux authors
@@ -38,8 +38,9 @@ Flagger can run automated application analysis, testing, promotion and rollback
3838
[Gloo](https://docs.flagger.app/tutorials/gloo-progressive-delivery),
3939
[NGINX](https://docs.flagger.app/tutorials/nginx-progressive-delivery),
4040
[Skipper](https://docs.flagger.app/tutorials/skipper-progressive-delivery),
41-
[Traefik](https://docs.flagger.app/tutorials/traefik-progressive-delivery)
42-
41+
[Traefik](https://docs.flagger.app/tutorials/traefik-progressive-delivery),
42+
[Apache APISIX](https://docs.flagger.app/tutorials/apisix-progressive-delivery),
43+
[Knative](https://docs.flagger.app/tutorials/knative-progressive-delivery)
4344
* **A/B Testing** (HTTP headers and cookies traffic routing)
4445
* [Istio](https://docs.flagger.app/tutorials/istio-ab-testing),
4546
[Gateway API](https://docs.flagger.app/tutorials/gatewayapi-progressive-delivery#a-b-testing),
@@ -48,7 +49,7 @@ Flagger can run automated application analysis, testing, promotion and rollback
4849
* **Blue/Green** (traffic switching and mirroring)
4950
* [Kubernetes CNI](https://docs.flagger.app/tutorials/kubernetes-blue-green),
5051
[Istio](https://docs.flagger.app/tutorials/istio-progressive-delivery#traffic-mirroring),
51-
Linkerd, Gateway API, Kuma, Contour, Gloo, NGINX, Skipper, Traefik
52+
Linkerd, Kuma, Contour, Gloo, NGINX, Skipper, Traefik, Apache
5253

5354
Flagger's application analysis can be extended with metric queries targeting Prometheus, Datadog,
5455
CloudWatch, New Relic, Graphite, Dynatrace, InfluxDB and Google Cloud Monitoring.

0 commit comments

Comments
 (0)