Argo

How to perform blue/green with Argo Rollouts and NGINX

With the adoption of microservices and containers, software teams try to deploy their software into production safely. Many teams use deployment strategies like canary, blue/green, and A/B testing based on their business requirements. Previously we discussed how to deploy software using a canary deployment strategy using Argo Rollouts and Istio. In this article, we will discuss […]

1 2 3