mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 17:51:00 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
---
|
|
description: Flagger is a progressive delivery Kubernetes operator
|
|
---
|
|
|
|
# Introduction
|
|
|
|
[Flagger](https://github.com/weaveworks/flagger) is a **Kubernetes** operator that automates the promotion of canary
|
|
deployments using **Istio**, **App Mesh** or **NGINX** routing for traffic shifting and **Prometheus** metrics for canary analysis.
|
|
The canary analysis can be extended with webhooks for running
|
|
system integration/acceptance tests, load tests, or any other custom validation.
|
|
|
|
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 analysis of the **KPIs** a canary is promoted or aborted, and the analysis result is published to **Slack**.
|
|
|
|

|
|
|
|
Flagger can be configured with Kubernetes custom resources 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.
|
|
|
|
This project is sponsored by [Weaveworks](https://www.weave.works/)
|
|
|