<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>DevOps Out Loud</title>
    <link>https://devopsoutloud.com</link>
    <description>Real-world DevOps insights from production environments. Kubernetes, CI/CD, and cloud infrastructure — written from the trenches.</description>
    <language>en-us</language>
    <item>
      <title>How this blog is built</title>
      <link>https://devopsoutloud.com/blog/how-this-blog-is-built</link>
      <guid>https://devopsoutloud.com/blog/how-this-blog-is-built</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <description>Architecture notes for devopsoutloud.com — Next.js 14 App Router, MDX content, Shiki at build time, and the design decisions behind it.</description>
    </item>
    <item>
      <title>Under the Hood: What Actually Happens in a TLS Handshake?</title>
      <link>https://devopsoutloud.com/blog/tls-handshake-explained</link>
      <guid>https://devopsoutloud.com/blog/tls-handshake-explained</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <description>A DevOps deep-dive into the TLS handshake: ClientHello, Chain of Trust, Diffie-Hellman, mTLS, TLS 1.3 0-RTT, and how to debug handshake failures in production.</description>
    </item>
    <item>
      <title>The Physics of Kubernetes: What Happens When You Force a Live Cluster Into Isolation</title>
      <link>https://devopsoutloud.com/blog/kubernetes-physics-airgap</link>
      <guid>https://devopsoutloud.com/blog/kubernetes-physics-airgap</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
      <description>A deep dive into the cascade failures that occur when you simulate air-gapped environments on live infrastructure, and the physics of Kubernetes state management</description>
    </item>
    <item>
      <title>How DNS Resolution Became Our CI/CD Bottleneck at 600+ Daily Builds</title>
      <link>https://devopsoutloud.com/blog/jenkins-dns-bottleneck</link>
      <guid>https://devopsoutloud.com/blog/jenkins-dns-bottleneck</guid>
      <pubDate>Tue, 09 Dec 2025 00:00:00 GMT</pubDate>
      <description>When Jenkins scaled from 50 to 600+ builds per day, DNS resolution failures brought everything down. Here&apos;s how Linux networking knowledge saved us.</description>
    </item>
    <item>
      <title>How a Single-Node Kubernetes Cluster Accidentally Grew to 550 Pods</title>
      <link>https://devopsoutloud.com/blog/kubernetes-550-pods-single-node</link>
      <guid>https://devopsoutloud.com/blog/kubernetes-550-pods-single-node</guid>
      <pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate>
      <description>A cautionary tale about scope creep, resource management, and the slippery slope of infrastructure growth that nobody planned for</description>
    </item>
    <item>
      <title>Kubernetes Distributions - When to Use Which K8s Flavor</title>
      <link>https://devopsoutloud.com/blog/kubernetes-distributions-guide</link>
      <guid>https://devopsoutloud.com/blog/kubernetes-distributions-guide</guid>
      <pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate>
      <description>A comprehensive guide to choosing the right Kubernetes distribution for your use case, from lightweight edge deployments to enterprise production clusters.</description>
    </item>
    <item>
      <title>Should I Run Jenkins in Kubernetes? Docker vs K8s Deployment Guide</title>
      <link>https://devopsoutloud.com/blog/jenkins-deployment-guide</link>
      <guid>https://devopsoutloud.com/blog/jenkins-deployment-guide</guid>
      <pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate>
      <description>Complete guide: Should you run Jenkins in Kubernetes or Docker? Learn the best way to deploy Jenkins controller, secure it in production, and choose between static vs dynamic agents.</description>
    </item>
    <item>
      <title>Docker - Virtual Machines vs Containers Comparison</title>
      <link>https://devopsoutloud.com/blog/docker-vm-vs-containers</link>
      <guid>https://devopsoutloud.com/blog/docker-vm-vs-containers</guid>
      <pubDate>Sun, 06 Jul 2025 00:00:00 GMT</pubDate>
      <description>A comprehensive comparison between virtual machines and containers, exploring their architectures, benefits, and use cases in modern DevOps.</description>
    </item>
    <item>
      <title>Understanding Jenkins - Simplifying the Complexities</title>
      <link>https://devopsoutloud.com/blog/understanding-jenkins</link>
      <guid>https://devopsoutloud.com/blog/understanding-jenkins</guid>
      <pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate>
      <description>A practical guide to understanding Jenkins, CI/CD fundamentals, pipelines, testing, security, and useful tools.</description>
    </item>
    <item>
      <title>Getting Started with Git: A Practical Guide</title>
      <link>https://devopsoutloud.com/blog/git-getting-started</link>
      <guid>https://devopsoutloud.com/blog/git-getting-started</guid>
      <pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate>
      <description>Understand the basics of Git, common commands, and how to use Git effectively in a development workflow.</description>
    </item>
    <item>
      <title>Passing the CKA exam</title>
      <link>https://devopsoutloud.com/blog/cka-journey-fixed</link>
      <guid>https://devopsoutloud.com/blog/cka-journey-fixed</guid>
      <pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate>
      <description>Tips and personal experience</description>
    </item>
    <item>
      <title>Why We Switched to 1 Worker Per Pod in Kubernetes</title>
      <link>https://devopsoutloud.com/blog/kubernetes-multi-worker-scaling-trap</link>
      <guid>https://devopsoutloud.com/blog/kubernetes-multi-worker-scaling-trap</guid>
      <pubDate>Sun, 12 Jan 2025 00:00:00 GMT</pubDate>
      <description>How multi-worker pods were hiding failures from our monitoring — and why single-worker pods made debugging 10x easier</description>
    </item>
    <item>
      <title>When to Use Docker vs Alternatives - A Practical Guide</title>
      <link>https://devopsoutloud.com/blog/docker-vs-alternatives</link>
      <guid>https://devopsoutloud.com/blog/docker-vs-alternatives</guid>
      <pubDate>Tue, 07 Jan 2025 00:00:00 GMT</pubDate>
      <description>A comprehensive guide on when to use Docker versus alternatives like VMs, Podman, Kubernetes, and serverless. Learn to choose the right tool for your specific needs.</description>
    </item>
    <item>
      <title>Docker - History and Evolution of Containerization</title>
      <link>https://devopsoutloud.com/blog/docker-history-containerization</link>
      <guid>https://devopsoutloud.com/blog/docker-history-containerization</guid>
      <pubDate>Mon, 06 Jan 2025 00:00:00 GMT</pubDate>
      <description>A comprehensive guide to Docker&apos;s history and the evolution of containerization technology, from chroot to modern orchestration.</description>
    </item>
    <item>
      <title>Docker Ecosystem Overview - Understanding the Core Components</title>
      <link>https://devopsoutloud.com/blog/docker-ecosystem-overview</link>
      <guid>https://devopsoutloud.com/blog/docker-ecosystem-overview</guid>
      <pubDate>Mon, 06 Jan 2025 00:00:00 GMT</pubDate>
      <description>A comprehensive guide to understanding Docker&apos;s ecosystem: Docker Engine, Docker Hub, and Docker Compose. Learn how these components work together to simplify application deployment.</description>
    </item>
  </channel>
</rss>