Deepak parashartechfordummys.hashnode.dev·Sep 11, 2024ArgoCD: Learn how to set up and use ArgoCDIntroduction Hello, fellow software engineers and tech enthusiasts! If you're in the world of DevOps or cloud-native applications, you've probably heard the buzz around GitOps. GitOps is revolutionizing the way we manage applications and infrastructu...DiscussArgoCD
Ankita Lunawatcloudhub2295.hashnode.dev·Jul 19, 2024Blue-Green Deployments with Argo RolloutsThis article uses Open Shift GitOps to deploy the Argo Rollouts progressive delivery controller. It walks through a Blue-Green deployment. Blue-Green Deployment is a technique that reduces downtime and risk by running two identical production environ...Discuss·1 likeblue-green
Sorav Kumar Sharmasoravks.hashnode.dev·Jun 8, 2024Simplifying Deployment: GitOps for BBMS Application on EKS ClusterIn 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...Discuss·1 like·101 readsgitops
Mufaddal ShakirforInfraspecinfraspec.hashnode.dev·Jun 7, 2024Bridging the gap between Argo Rollout & AWS ALB by eliminating 502sThe 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 ...Discuss·1 likeArgoCD
Mufaddal ShakirforInfraspecinfraspec.hashnode.dev·Jun 6, 2024Header-Based traffic routing using Argo RolloutsThis 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 ...DiscussArgoCD
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 20, 2023Setting Up Argo Rollouts on Minikube: A Step-by-Step GuideOverView :- Argo Rollouts is a #Kubernetes controller and set of CRDs (Custom Resource Definitions) which provide advanced deployment capabilities such as blue-green, canary, and progressive rollouts. It allows users to easily automate and manage the...Discussargo rollout