This project demonstrates a secure CI/CD pipeline using AWS CodePipeline and ECS to deploy a Swiggy-like food delivery application with a blue-green deployment strategy to ensure zero downtime and safer rollouts.
This project showcases how to design and deploy a fully serverless application on AWS using services like Lambda, API Gateway, DynamoDB, and S3, integrated with a CI/CD pipeline for automated deployment.
This project focuses on setting up a complete CI/CD pipeline on AWS, integrating tools like CodeCommit, CodeBuild, CodePipeline, and CodeDeploy to automate the build, test, and deployment processes.
This project demonstrates how to integrate Terraform with Azure DevOps pipelines for deploying infrastructure on Azure. It covers pipeline creation, environment provisioning, and managing infrastructure as code.
This project covers the complete journey of deploying EKS clusters and applications from scratch using Terraform for infrastructure provisioning and Jenkins for CI/CD automation. It’s designed to demonstrate a real-world production setup following DevOps best practices.
This project walks through building a Jenkins pipeline to automate the CI/CD process for a Java-based application. It integrates tools like Maven for build, SonarQube for code quality, Helm for package management, and Argo CD for Kubernetes-based deployment.