platinummonkey / argo-rollouts

Progressive Delivery for Kubernetes

Home Page:https://argoproj.github.io/argo-rollouts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argo Rollouts - Progressive Delivery for Kubernetes

codecov slack

What is Argo Rollouts?

Argo Rollouts controller, uses the Rollout custom resource to provide additional deployment strategies such as Blue Green and Canary to Kubernetes. The Rollout custom resource provides feature parity with the deployment resource but with additional deployment strategies.

Why use Argo Rollouts?

Deployments resources offer two strategies to deploy changes: RollingUpdate and Recreate. While these strategies can solve a wide number of use cases, large scale production deployments use additional strategies, such as blue-green or canary, that are missing from the Deployment controller. In order to use these strategies in Kubernetes, users are forced to build scripts on top of their deployments. The Argo Rollouts controller provides these strategies as simple declarative, configurable options.

Documentation

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

Who uses Argo Rollouts?

Organizations below are officially using Argo Rollouts. Please send a PR with your organization name if you are using Argo Rollouts.

  1. ADP
  2. Intuit
  3. Nozzle
  4. PayPay
  5. Twilio SendGrid

Community Blogs and Presentations

About

Progressive Delivery for Kubernetes

https://argoproj.github.io/argo-rollouts/

License:Apache License 2.0


Languages

Language:Go 99.1%Language:Shell 0.4%Language:Makefile 0.3%Language:Dockerfile 0.2%