Back to Glossary
CI/CD

What is Flagger?

A Kubernetes operator automating canary deployments, A/B tests, and blue-green releases.

Flagger is a Kubernetes operator that automates progressive delivery strategies — canary releases, A/B testing, and blue-green deployments. It integrates with service meshes (Istio, Linkerd) or ingress controllers to shift traffic gradually while running automated analysis against Prometheus metrics. If the analysis fails (error rate too high, latency increase), Flagger automatically rolls back. This makes safe deployments declarative and automatic.

Deep Dive Guide

how to implement canary deployments flagger

Test your knowledge of Flagger and 130 other DevOps concepts