Building a Docker + Kubernetes Project from Scratch with Helm
SWAPNIL UPPIN
Introduction In modern DevOps workflows, deploying applications is no longer just about writing code—it’s about automating, scaling, and managing services efficiently. In this project, I built a 2-tier microservices application and deployed it using: Docker for containerization Kubernetes for orchestration Minikube for local cluster Helm for production-style deployment The goal was to simulate a real-world DevOps workflow from scratch. Architecture Overview This project follows a simple microser
