© 2026 Hashnode
A practical guide to implementing production-grade deployment strategies using Argo Rollouts on Amazon EKS Level: IntermediatePrerequisites: Basic Kubernetes knowledge, running EKS cluster, containerized application Introduction Deploying applicatio...

Introduction 🚀 🌟 In today’s cloud-native environments, Canary Deployment stands out as a powerful technique for achieving zero-downtime releases. By incrementally rolling out new application versions, canary deployments reduce risk and ensure a sea...

In this blog, we will deploy a Blood Bank Management System (BBMS) application on an Amazon EKS cluster using the GitOps approach. This project has a three-tier architecture and is developed in PHP. We will also set up a CI/CD pipeline: For Continuo...

The blog discusses resolving a deployment issue with 502 errors on AWS EKS using AWS ALB and Argo Rollouts. It details the root cause, attempted solutions, and resulting trade-offs. The Issue Encountered We encountered a 502 at the AWS load balancer ...

This blog explores how to use Argo Rollouts for deploying software updates smoothly. It covers the challenges faced when rolling back updates and introduces header-based routing to manage traffic during deployments. Scenario Following the deployment ...
