Skip to content

Commit

Permalink
Add overview diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 19, 2018
1 parent 1504dca commit fcf6f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/diagrams/flagger-canary-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/gitbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/raw/stefanprodan/flagger/master/docs/diagrams/flagger-overview.png)
![Flagger overview diagram](https://github.com/raw/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.

0 comments on commit fcf6f96

Please sign in to comment.