I recently completed a hands-on DevOps project where I8 deployed a simple web application through the complete container workflow — from writing the application to running it inside a Kubernetes Pod.
This project helped me understand how Docker and Kubernetes fit together in a real deployment workflow.
The deployment flow looked like this:
HTML Application → Dockerfile → Docker Image → Docker Hub → Kubernetes Pod → NodePort Service → Web Browser
1️⃣ Created a Simple Web Application






