GitOps Deployment on EKS with Argo CD
DevOps
KubernetesArgo CDEKSGitHub Actions
Implement a full GitOps workflow where infrastructure updates are triggered by git commits.
View Details
End-to-End CI/CD Pipeline on AWS
DevOps
CI/CDGitHub ActionsECREKS
A production-grade pipeline handling code build, test, security scan, and deployment.
View Details
Multi-Environment GitOps Strategy
DevOps
Argo CDKustomizeStrategy
Manage Dev, Staging, and Production environments using Kustomize overlays and Argo CD Applications.
View Details
Secure Pipelines with IRSA (IAM Roles)
DevOps
SecurityIAMEKSOIDC
Eliminate long-lived AWS keys in Kubernetes by using OIDC and IAM Roles for Service Accounts.
View Details
Blue-Green Deployment on EKS
DevOps
EKSALBArgo CDStrategy
Implement zero-downtime releases by running two versions (Blue & Green) and switching traffic via ALB.
View Details
Infra Deployment: Terraform + GitOps
DevOps
TerraformGitHub ActionsArgo CD
A complete workflow: Terraform provisions the EKS cluster, and Argo CD immediately fills it with workloads.
View Details
Monorepo CI/CD with Argo CD
DevOps
MonorepoMicroservicesArgo CD
Manage multiple microservices in a single repo with selective build triggers and independent deployments.
View Details
Disaster Recovery GitOps (Multi-Region)
DevOps
DRRoute53Multi-Region
Achieve high availability by replicating state to a DR region using GitOps for rapid recovery.
View Details
GitOps Pipeline with Observability
DevOps
CloudWatchObservabilitySNS
Integrate monitoring into the deployment pipeline to auto-alert on failed deployments.
View Details
Zero-Downtime Canary Deployment
DevOps
Argo RolloutsCanaryStrategy
Progressive delivery: Release new version to 10% of users, analyze metrics, then roll out fully.
View Details
← Back to Projects