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 […]