Projects

AWS Native CI/CD Pipeline with EKS

Built an end-to-end CI/CD pipeline using AWS services to automate building, pushing, and deploying containerized applications to Amazon EKS.

Tools

AWS CodePipeline AWS CodeBuild Amazon ECR Amazon EKS Docker Kubernetes IAM

Pipeline

GitHub CodePipeline CodeBuild ECR EKS Kubernetes Deploy

Automated Docker image build and push to Amazon ECR, followed by deployment to Amazon EKS using Kubernetes manifests via CodeBuild.

View Code

DevOps CI/CD Pipeline with Jenkins, Terraform & AWS EKS

Designed and implemented a full DevOps pipeline using Terraform, Jenkins, Docker, and Kubernetes with monitoring integration.

Tools

Terraform AWS EC2 Jenkins Docker DockerHub Amazon EKS Kubernetes Prometheus Grafana GitHub

Pipeline

Terraform EC2 Setup Jenkins Docker Build DockerHub EKS Kubernetes Deploy Monitoring

Provisioned infrastructure using Terraform, installed Jenkins & Docker on EC2, built and pushed Docker images to DockerHub, deployed applications to EKS using Kubernetes YAML, and monitored performance using Prometheus and Grafana.

View Code

DevOps CI/CD Pipeline with Jenkins, Docker & AWS EC2

Designed and implemented an end-to-end CI/CD pipeline using Jenkins to automate build, push, and deployment of containerized applications on AWS EC2.

Tools

Jenkins Docker DockerHub AWS EC2 GitHub Docker Compose Uptime Kuma

Pipeline

GitHub Jenkins Docker Build DockerHub EC2 Deploy Monitoring

Implemented branch-based deployment (dev & main) with Docker image builds and pushes to DockerHub, deployed applications using Docker Compose on EC2, and configured monitoring using Uptime Kuma with alert notifications for downtime.

View Code