diff --git a/docs/diagrams/flagger-canary-overview.png b/docs/diagrams/flagger-canary-overview.png new file mode 100644 index 00000000..08bd7155 Binary files /dev/null and b/docs/diagrams/flagger-canary-overview.png differ diff --git a/docs/gitbook/README.md b/docs/gitbook/README.md index 3712e7bd..ed72f551 100644 --- a/docs/gitbook/README.md +++ b/docs/gitbook/README.md @@ -8,7 +8,7 @@ description: Flagger is an Istio progressive delivery Kubernetes operator 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**. -![flagger-overview](https://raw.githubusercontent.com/stefanprodan/flagger/master/docs/diagrams/flagger-overview.png) +![Flagger overview diagram](https://raw.githubusercontent.com/stefanprodan/flagger/master/docs/diagrams/flagger-canary-overview.png) Flagger can be configured with Kubernetes custom resources \(canaries.flagger.app kind\) and is compatible with any CI/CD solutions made for Kubernetes. Since Flagger is declarative and reacts to Kubernetes events, it can be used in **GitOps** pipelines together with Weave Flux or JenkinsX.