Multi-Tenant Jenkins -- Secure SRE ApproachFor a long time, I saw Multi-Tenant Jenkins mentioned repeatedly in SRE and DevOps discussions and interviews.I read articles, watched talks, but something always felt missing. I understood how people configured it — but not what real problem it was ...Jan 22, 2026·4 min read
Infra Health Monitoring SuiteEver wondered how big tech companies ensure their containers stay healthy, websites stay up, logs stay clean, and alerts don’t spam your team - all in an automated, self-healing way? In the real world, infrastructure monitoring isn’t just about runni...Jul 4, 2025·9 min read
YouTube Media Downloader PipelineTired of Paying for YouTube Premium? I Built My Own DevOps-Powered Media Downloader What started as a simple idea — "Why not download videos myself?" — quickly evolved into a fully containerized, monitored, and CI/CD-automated pipeline that does way ...Jun 4, 2025·17 min read
Deploying WearSphere: A 4-Tier E-commerce App on AWS with DevSecOps & EKSAnyone can build a MERN app. But WearSphere isn’t just another side project — it’s a 4-tier e-commerce platform, fully automated and deployed on AWS using DevOps, DevSecOps, and GitOps best practices. From secure CI/CD pipelines to a custom domain an...Apr 21, 2025·11 min read
Deploying 3-tier chat-app on MiniKubeInstalling MiniKube on Local minikube start --driver=docker minikube status # Verify if minikube is present Now, pushing docker images of frontend and backend on DockerHub In order to make deployment for frontend and backend, we need their images ...Apr 17, 2025·3 min read
DevOps Mega ProjectThis will be the overall flow of this project. Wanderlust - Your Ultimate Travel Blog 🌍✈️ WanderLust is a simple MERN travel blog website. ✈ This project is aimed at helping people to contribute to open source, upskill in React, and also master Gi...Apr 16, 2025·9 min read
Deployment of Book My Show AppCreate a t2.large EC2 Instance Open some inbound rules for the instance Installation of Jenkins, SonarQube, Docker And Trivy Jenkins sudo apt update sudo apt install fontconfig openjdk-17-jre java -version openjdk version "17.0.13" 2024-10-15 OpenJ...Apr 15, 2025·4 min read