Progressive Delivery With Argo Rollouts : Canary with Analysis (Part 3)

Canary Deployment with Analysis using Argo Rollouts Hope you have gone through and enjoyed the first two parts of our progressive delivery with the Argo Rollout series, where we have seen how one can implement the blue-green and canary deployment strategy by deploying a sample application using the Argo Rollout controller in a Kubernetes cluster.   In Part 3 of this series, we […]

Progressive Delivery With Argo Rollouts : Canary Deployment (Part 2)

To understand about canary deployment with Argo Rollouts In Part 1 of Argo Rollout, we have seen Progressive Delivery and how you can achieve the Blue-Green deployment type using Argo-Rollouts. We also deployed a sample app in the Kubernetes cluster using it. Read and try hands-on lab in the first part of this Progressive Delivery lab series if […]

Progressive Delivery With Argo Rollouts : Blue-Green Deployment (Part 1)

To understand about blue-green deployment with Argo Rollouts Continuous Integration(CI) and Continuous Delivery(CD) have been widely adopted in modern software development, enabling organizations to deploy this software to customers quickly. But doing it correctly is essential as, in some cases, unfinished code can lead to failures, and customers have to face downtime. So to solve […]

Progressive Delivery With Argo Rollouts : Canary & Traffic Management (Part 4)

Canary with Traffic Management using Nginx Controller In Part 3 of Argo Rollout, we have seen the Canary deployment strategy with analysis and deployed a sample app using the Argo Rollout controller in the Kubernetes cluster. In this hands-on lab, we will be going to explore the canary deployment strategy with traffic management using the Nginx controller via […]

Progressive Delivery with Argo Rollouts

This session will help audience to understand what is Progressive Delivery and how we can achieve it using Argo Rollouts https://docs.google.com/presentation/d/e/2PACX-1vRdaSXbu519CSLtECR8r5NesSCs6Ngd0YKKHbGq4_nArP4-RY6P_CSsbWXQUz_p3Uqj0OSacBbbmhmQ/embed?start=false&loop=false&delayms=3000 Hands-On lab steps: Clone the Argo Rollouts example GitHub repo or preferably, please fork this   Install Helm3 as it would be needed later during the demo Installation of Argo Rollouts controller Create the namespace […]