MNManoj Naikincloudopschronicle.hashnode.dev·5h ago · 3 min read☸️ Deploying First Docker Image as a Kubernetes Pod Using K3sA beginner-friendly guide to deploying a Docker image in Kubernetes using K3s. Introduction After completing Docker fundamentals, including Dockerfiles, Docker Compose, Volumes, Multi-Stage Builds, an00
MNManoj Naikincloudopschronicle.hashnode.dev·5d ago · 3 min readBuilding Smaller Docker Images Using Multi-Stage BuildsA practical introduction to Docker Multi-Stage Builds for creating smaller, cleaner, and production-ready container images. Introduction Up until now, I had been building simple Flask applications usi00
MNManoj Naikincloudopschronicle.hashnode.dev·6d ago · 4 min readUnderstanding Docker Volumes: Persisting Data Beyond ContainersA practical guide to storing application data using Docker Volumes. Introduction Containers are designed to be temporary and disposable. This raised an important question: What happens to application10
MNManoj Naikincloudopschronicle.hashnode.dev·6d ago · 3 min readRunning a Flask Application Behind NGINX Using Docker ComposeA hands-on guide to building a multi-container application using Flask, NGINX, and Docker Compose. Introduction Most production applications do not expose the application server directly to users. Ins00
MNManoj Naikincloudopschronicle.hashnode.dev·Aug 25 · 3 min readBuilding a Multi-Container Flask and Redis Application Using Docker Compose After building a static website container and a simple Flask application, I wanted to take the next step to running multiple containers together. In real-world applications, a single container is rare00