Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2022-02-14 15:31:31 +02:00
parent 6757553685
commit 41dc056c87
+7 -6
View File
@@ -9,10 +9,10 @@ features:
- title: Safer Releases
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.
- title: Flexible Traffic Routing
details: Shift and route traffic between app versions using a service mesh like Istio, Linkerd, OSM or AWS App Mesh. Or if a service mesh does not meet your needs, use an Ingress controller like Contour, Gloo, NGINX, Skipper or Traefik.
details: Shift and route traffic between app versions using a service mesh like Istio, Linkerd, Kuma, OSM or AWS App Mesh. Or if a service mesh does not meet your needs, use an Ingress controller like Contour, Gloo, NGINX, Skipper or Traefik.
- title: Extensible Validation
details: Besides the builtin metrics checks, you can extend your application analysis with custom metrics and webooks for running acceptance tests, load tests, or any other custom validation.
footer: Apache License 2.0 | Copyright © 2018-2021 The Flux authors
footer: Apache License 2.0 | Copyright © 2018-2022 The Flux authors
---
## Progressive Delivery
@@ -33,13 +33,14 @@ Flagger can run automated application analysis, testing, promotion and rollback
* [Istio](https://docs.flagger.app/tutorials/istio-progressive-delivery),
[Linkerd](https://docs.flagger.app/tutorials/linkerd-progressive-delivery),
[App Mesh](https://docs.flagger.app/tutorials/appmesh-progressive-delivery),
* [Open Service Mesh](https://docs.flagger.app/tutorials/osm-progressive-delivery),
[Contour](https://docs.flagger.app/tutorials/contour-progressive-delivery),
[Open Service Mesh](https://docs.flagger.app/tutorials/osm-progressive-delivery),
[Kuma Service Mesh](https://docs.flagger.app/tutorials/kuma-progressive-delivery)
* [Contour](https://docs.flagger.app/tutorials/contour-progressive-delivery),
[Gloo](https://docs.flagger.app/tutorials/gloo-progressive-delivery),
[NGINX](https://docs.flagger.app/tutorials/nginx-progressive-delivery),
[Skipper](https://docs.flagger.app/tutorials/skipper-progressive-delivery),
[Traefik](https://docs.flagger.app/tutorials/traefik-progressive-delivery)
* **A/B Testing** (HTTP headers and cookies traffic routing)
* [Istio](https://docs.flagger.app/tutorials/istio-ab-testing),
[App Mesh](https://docs.flagger.app/tutorials/appmesh-progressive-delivery#a-b-testing),
@@ -48,7 +49,7 @@ Flagger can run automated application analysis, testing, promotion and rollback
* **Blue/Green** (traffic switching and mirroring)
* [Kubernetes CNI](https://docs.flagger.app/tutorials/kubernetes-blue-green),
[Istio](https://docs.flagger.app/tutorials/istio-progressive-delivery#traffic-mirroring),
Linkerd, App Mesh, OSM, Contour, Gloo, NGINX, Skipper, Traefik
Linkerd, App Mesh, OSM, Kuma, Contour, Gloo, NGINX, Skipper, Traefik
Flagger's application analysis can be extended with metric queries targeting Prometheus, Datadog,
CloudWatch, New Relic, Graphite, Dynatrace, InfluxDB and Google Cloud Monitoring (Stackdriver).