Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

argo-rollouts

> DevOps
Open source

Progressive Delivery for Kubernetes

3.5K stars0 likes0 views
WebsiteGitHub

About

Progressive Delivery for Kubernetes

Argo Rollouts - Progressive Delivery for Kubernetes

What is Argo Rollouts?

Argo Rollouts is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and progressive delivery features to Kubernetes.

Argo Rollouts (optionally) integrates with ingress controllers and service meshes, leveraging their traffic shaping abilities to gradually shift traffic to the new version during an update. Additionally, Rollouts can query and interpret metrics from various providers to verify key KPIs and drive automated promotion or rollback during an update.

Quick Start

kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml

Follow the full getting started guide to walk through creating and then updating a rollout object.

Why Argo Rollouts?

Kubernetes Deployments provides the RollingUpdate strategy which provide a basic set of safety guarantees (readiness probes) during an update. However the rolling update strategy faces many limitations:

  • Few controls over the speed of the rollout
  • Inability to control traffic flow to the new version
  • Readiness probes are unsuitable for deeper, stress, or one-time checks
  • No ability to query external metrics to verify an update
  • Can halt the progression, but unable to automatically abort and rollback the update

For these reasons, in large scale high-volume production environments, a rolling update is often considered too risky of an update procedure since it provides no control over the blast radius, may rollout too aggressively, and provides no automated rollback upon failures.

Features

  • Blue-Green update strategy
  • Canary update strategy
  • Fine-grained, weighted traffic shifting
  • Automated rollbacks and promotions
  • Manual judgement
  • Customizable metric queries and analysis of business KPIs
  • Ingress controller integration: NGINX, ALB, Apache APISIX
  • Service Mesh integration: Istio, Linkerd, SMI
  • Metric provider integration: Prometheus, Wavefront, Kayenta, Web, Kubernetes Jobs, Datadog, New Relic, InfluxDB

Supported Traffic Shaping Integrations

Traffic Shaping Integration SetWeight SetWeightExperiments SetMirror SetHeader Implemented As Plugin
ALB Ingress Controller :white_check_mark: (stable) :white_check_mark: (stable) :x: :white_check_mark: (alpha)
Ambassador :white_check_mark: (stable) :x: :x: :x:
Apache APISIX Ingress Controller :white_check_mark: (alpha) :x: :x: :white_check_mark: (alpha)
Istio :white_check_mark: (stable) :white_check_mark: (stable) :white_check_mark: (alpha) :white_check_mark: (alpha)
Nginx Ingress Controller :white_check_mark: (stable) :x: :x: :x:
SMI :white_check_mark: (stable) :white_check_mark: (stable) :x: :x:
Traefik :white_check_mark: (stable) :x: :x: :x:
Contour :white_check_mark: (beta) :x: :x: :x: :heavy_check_mark:
Gateway API :white_check_mark: (alpha) :x: :x: :white_check_mark: (alpha) :heavy_check_mark:

:white_check_mark: = Supported

:x: = Not Supported

:heavy_check_mark: = Yes

Documentation

To learn more about Argo Rollouts go to the complete documentation.

Community

You can reach the Argo Rollouts community and developers via the following channels:

  • Q & A: Github Discussions
  • Chat: The #argo-rollouts Slack channel
  • Contributors Office Hours: Every Thursday | Agenda
  • User Community meeting: First Wednesday of each month | Agenda

Who uses Argo Rollouts?

Official Argo Rollouts User List

Community Blogs and Presentations

  • Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo
  • Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts
  • Argo Rollouts - Canary Deployments Made Easy In Kubernetes
  • How Intuit Does Canary and Blue Green Deployments
  • Leveling Up Your CD: Unlocking Progressive Delivery on Kubernetes
  • Minimize failed deployments with Argo Rollouts and Smoke tests
  • Recover automatically from failed deployments with Argo Rollouts and Prometheus metrics
  • Kubernetes Blue-Green deployments with Argo Rollouts
  • Kubernetes canary deployments with Argo Rollouts
  • GitOps with Argo CD and an Argo Rollouts canary release
  • Multi-Stage Delivery with Keptn and Argo Rollouts
  • Gradual Code Releases Using an In-House Kubernetes Canary Controller on top of Argo Rollouts
  • How Scalable is Argo-Rollouts: A Cloud Operator’s Perspective
  • Minimize Impact in Kubernetes Using Argo Rollouts
  • Progressive Application Delivery with GitOps on Red Hat OpenShift
  • Progressive delivery for Kubernetes Config Maps using Argo Rollouts
  • Multi-Service Progressive Delivery with Argo Rollouts
  • Progressive Delivery for Stateful Services Using Argo Rollouts

Issues· 646 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Goargo-rolloutsargoprojbluegreencanary

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
CategoryDevOps
PricingOpen source

> Related tools

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理