From 83a216cacabbb0c5881fe45c745bbb35b19e8876 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 28 Mar 2019 16:02:48 +0200 Subject: [PATCH] Remove banner --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 46688d0a..1c17c588 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ It automates the promotion of canary deployments by using Istio or App Mesh traffic shifting and Prometheus metrics to analyse the application's behaviour during a controlled rollout. The canary analysis can be extended with webhooks for running integration tests, load tests or any other custom validation. -![Flagger](diagrams/flagger-overview.png) - Flagger implements a control loop that gradually shifts traffic to the canary while measuring key performance indicators like HTTP requests success rate, requests average duration and pods health. Based on the KPIs analysis a canary is promoted or aborted and the analysis result is published to Slack.