flagger/docs/gitbook
Juan Rodriguez 3d2e0b428b
feat: add disableTls option for webhooks request
Signed-off-by: Juan Rodriguez <engineer.jrg@gmail.com>
2024-11-21 19:11:20 +05:30
..
dev Update release docs 2022-11-23 16:40:46 +02:00
install make flagger use apiversion v1beta1 for istio VirtualService and DestinationRule instead of v1alpha1 2024-02-28 15:09:40 +01:00
tutorials kuma: update default namespace to kong-mesh-system 2024-07-26 15:27:47 +05:30
usage feat: add disableTls option for webhooks request 2024-11-21 19:11:20 +05:30
README.md docs: add lfx trademark disclaimer 2024-02-07 13:04:23 +05:30
SUMMARY.md add apisix docs 2022-12-07 11:57:21 +08:00
faq.md make flagger use apiversion v1beta1 for istio VirtualService and DestinationRule instead of v1alpha1 2024-02-28 15:09:40 +01:00

README.md

description
Flagger is a progressive delivery Kubernetes operator

Introduction

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 (App Mesh, Istio, Linkerd, Kuma, Open Service Mesh) or an ingress controller (Contour, Gloo, NGINX, Skipper, Traefik, APISIX) 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 overview diagram

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, JenkinsX, Carvel, Argo, etc.

Flagger is a Cloud Native Computing Foundation project and part of Flux family of GitOps tools.

Getting started

To get started with Flagger, choose one of the supported routing providers and install Flagger with Helm or Kustomize.

After installing Flagger, you can follow one of these tutorials to get started:

Service mesh tutorials

Ingress controller tutorials

Hands-on GitOps workshops

The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page.