@@ -32,9 +32,8 @@ Flagger can run automated application analysis, testing, promotion and rollback
3232* ** Canary** (progressive traffic shifting)
3333 * [ Istio] ( https://docs.flagger.app/tutorials/istio-progressive-delivery ) ,
3434 [ Linkerd] ( https://docs.flagger.app/tutorials/linkerd-progressive-delivery ) ,
35- [ App Mesh] ( https://docs.flagger.app/tutorials/appmesh-progressive-delivery ) ,
36- [ Open Service Mesh] ( https://docs.flagger.app/tutorials/osm-progressive-delivery ) ,
37- [ Kuma Service Mesh] ( https://docs.flagger.app/tutorials/kuma-progressive-delivery )
35+ [ Kuma Service Mesh] ( https://docs.flagger.app/tutorials/kuma-progressive-delivery ) ,
36+ [ Gateway API] ( https://docs.flagger.app/tutorials/gatewayapi-progressive-delivery ) ,
3837 * [ Contour] ( https://docs.flagger.app/tutorials/contour-progressive-delivery ) ,
3938 [ Gloo] ( https://docs.flagger.app/tutorials/gloo-progressive-delivery ) ,
4039 [ NGINX] ( https://docs.flagger.app/tutorials/nginx-progressive-delivery ) ,
@@ -43,16 +42,16 @@ Flagger can run automated application analysis, testing, promotion and rollback
4342
4443* ** A/B Testing** (HTTP headers and cookies traffic routing)
4544 * [ Istio] ( https://docs.flagger.app/tutorials/istio-ab-testing ) ,
46- [ App Mesh ] ( https://docs.flagger.app/tutorials/appmesh -progressive-delivery#a-b-testing ) ,
45+ [ Gateway API ] ( https://docs.flagger.app/tutorials/gatewayapi -progressive-delivery#a-b-testing ) ,
4746 [ Contour] ( https://docs.flagger.app/tutorials/contour-progressive-delivery#a-b-testing ) ,
4847 [ NGINX] ( https://docs.flagger.app/tutorials/nginx-progressive-delivery#a-b-testing )
4948* ** Blue/Green** (traffic switching and mirroring)
5049 * [ Kubernetes CNI] ( https://docs.flagger.app/tutorials/kubernetes-blue-green ) ,
5150 [ Istio] ( https://docs.flagger.app/tutorials/istio-progressive-delivery#traffic-mirroring ) ,
52- Linkerd, App Mesh, OSM , Kuma, Contour, Gloo, NGINX, Skipper, Traefik
51+ Linkerd, Gateway API , Kuma, Contour, Gloo, NGINX, Skipper, Traefik
5352
5453Flagger's application analysis can be extended with metric queries targeting Prometheus, Datadog,
55- CloudWatch, New Relic, Graphite, Dynatrace, InfluxDB and Google Cloud Monitoring (Stackdriver) .
54+ CloudWatch, New Relic, Graphite, Dynatrace, InfluxDB and Google Cloud Monitoring.
5655
5756Flagger can be configured to [ send notifications] ( https://docs.flagger.app/usage/alerting ) to
5857Slack, Microsoft Teams, Discord and Rocket.
@@ -73,14 +72,8 @@ It works by using Git as a single source of truth for declarative infrastructure
7372With Git at the center of your delivery pipelines, developers can make pull requests
7473to accelerate and simplify application deployments and operations tasks to Kubernetes.
7574
76- [ Weaveworks] ( https://www.weave.works/technologies/gitops/ )
7775:::
7876
79- GitOps tutorials:
80- * [ Progressive Delivery for Istio with Flagger and Flux] ( https://github.com/stefanprodan/gitops-istio )
81- * [ Progressive Delivery for AWS App Mesh with Flagger and Flux] ( https://eks.handson.flagger.dev )
82- * [ Progressive Delivery for Linkerd and Contour with Flagger and Flux] ( https://github.com/stefanprodan/gitops-linkerd )
83-
8477## Getting Help
8578
8679If you have any questions about Flagger and progressive delivery:
0 commit comments