<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>The Digital Drift’s Blog</title><description>🚀 Technology is drifting. Here&apos;s where it lands.</description><link>https://thedigitaldrift.in</link><item><title>Kubernetes pods — the smallest unit of deployment</title><link>https://thedigitaldrift.in/kubernetes-pods</link><guid isPermaLink="true">https://thedigitaldrift.in/kubernetes-pods</guid><description>A pod is not a container. Understanding the distinction — and why Kubernetes uses pods as its fundamental unit — is the first conceptual step to working effectively with Kubernetes.</description><pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Kubernetes — a beginner&apos;s guide to container orchestration</title><link>https://thedigitaldrift.in/kubernetes-beginners-guide</link><guid isPermaLink="true">https://thedigitaldrift.in/kubernetes-beginners-guide</guid><description>Once you have more containers than you can manage manually, you need an orchestrator. Kubernetes is the standard — here&apos;s the architecture and the concepts you need to understand before running a single command.</description><pubDate>Fri, 21 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Build, deploy, and test a multi-container Docker application</title><link>https://thedigitaldrift.in/docker-multi-container-app</link><guid isPermaLink="true">https://thedigitaldrift.in/docker-multi-container-app</guid><description>Real applications aren&apos;t single containers. Here&apos;s how to build a Node.js + MongoDB two-container setup, wire them together over a custom network, and push the image to Docker Hub.</description><pubDate>Fri, 07 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Docker networking — how containers talk to each other and the outside world</title><link>https://thedigitaldrift.in/docker-networking</link><guid isPermaLink="true">https://thedigitaldrift.in/docker-networking</guid><description>Docker creates three networks by default and lets you create more. Understanding which driver to use and when is what separates working setups from broken ones.</description><pubDate>Fri, 24 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Docker volumes — persistent storage for containers that need it</title><link>https://thedigitaldrift.in/docker-volumes</link><guid isPermaLink="true">https://thedigitaldrift.in/docker-volumes</guid><description>Containers are ephemeral by design. Docker volumes are how you keep data alive across container restarts, removals, and re-deploys — here&apos;s how they work and when to use them.</description><pubDate>Fri, 17 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Docker commands reference — everything you need for day-to-day operations</title><link>https://thedigitaldrift.in/docker-commands</link><guid isPermaLink="true">https://thedigitaldrift.in/docker-commands</guid><description>A practical reference for the Docker commands that cover 95% of real-world container operations, with context on when and why to use each one.</description><pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Installing Docker on Linux — Ubuntu and CentOS / RHEL complete guide</title><link>https://thedigitaldrift.in/docker-on-centos</link><guid isPermaLink="true">https://thedigitaldrift.in/docker-on-centos</guid><description>Docker installation varies more than it should across Linux distributions. Here&apos;s the complete path for both Ubuntu and CentOS/RHEL, including the offline method for air-gapped production servers.</description><pubDate>Sat, 21 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Docker basics — images, containers, and the commands you&apos;ll use every day</title><link>https://thedigitaldrift.in/docker-basics</link><guid isPermaLink="true">https://thedigitaldrift.in/docker-basics</guid><description>From installation to your first running container — including how Docker images actually work, every Dockerfile instruction, and how to keep image sizes under control.</description><pubDate>Sat, 07 Dec 2024 00:00:00 GMT</pubDate></item><item><title>What are containers? The concept that changed how we ship software</title><link>https://thedigitaldrift.in/what-are-containers</link><guid isPermaLink="true">https://thedigitaldrift.in/what-are-containers</guid><description>Containers are one of those ideas that sound abstract until you understand the problem they solve — then you can&apos;t imagine going back.</description><pubDate>Fri, 15 Nov 2024 00:00:00 GMT</pubDate></item></channel></rss>