mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-06 18:57:20 +00:00
51 lines
2.4 KiB
Markdown
51 lines
2.4 KiB
Markdown
---
|
|
description: Flagger is a progressive delivery Kubernetes operator
|
|
---
|
|
|
|
# Introduction
|
|
|
|
[Flagger](https://github.com/fluxcd/flagger) is a progressive delivery tool that automates the release
|
|
process for applications running on Kubernetes. It reduces the risk of introducing a new software
|
|
version in production by gradually shifting traffic to the new version while measuring metrics
|
|
and running conformance tests.
|
|
|
|
Flagger implements several deployment strategies (Canary releases, A/B testing, Blue/Green mirroring)
|
|
using a service mesh or an ingress controller for traffic routing.
|
|
For release analysis, Flagger can query Prometheus, InfluxDB, Datadog, New Relic, CloudWatch, Stackdriver
|
|
or Graphite and for alerting it uses Slack, MS Teams, Discord and Rocket.
|
|
|
|

|
|
|
|
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 tools like [Flux CD](install/flagger-install-with-flux.md).
|
|
|
|
Flagger is a [Cloud Native Computing Foundation](https://cncf.io/) graduated project
|
|
and part of [Flux](https://fluxcd.io) family of GitOps tools.
|
|
|
|
## Getting started
|
|
|
|
To get started with Flagger, choose one of the supported routing providers and
|
|
[install](install/flagger-install-with-flux.md) Flagger with Flux CD.
|
|
|
|
After installing Flagger, you can follow one of these tutorials to get started:
|
|
|
|
**Service mesh tutorials**
|
|
|
|
* [Gateway API](tutorials/gatewayapi-progressive-delivery.md)
|
|
* [Istio](tutorials/istio-progressive-delivery.md)
|
|
* [Linkerd](tutorials/linkerd-progressive-delivery.md)
|
|
* [Kuma](tutorials/kuma-progressive-delivery.md)
|
|
|
|
**Ingress controller tutorials**
|
|
|
|
* [Contour](tutorials/contour-progressive-delivery.md)
|
|
* [Gloo](tutorials/gloo-progressive-delivery.md)
|
|
* [NGINX Ingress](tutorials/nginx-progressive-delivery.md)
|
|
* [Skipper Ingress](tutorials/skipper-progressive-delivery.md)
|
|
* [Traefik](tutorials/traefik-progressive-delivery.md)
|
|
* [Apache APISIX](tutorials/apisix-progressive-delivery.md)
|
|
|
|
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation,
|
|
please see our [Trademark Usage page](https://www.linuxfoundation.org/legal/trademark-usage).
|