<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CKAD on Kevin Morris</title><link>https://kevin-morris.net/series/ckad/</link><description>Recent content in CKAD on Kevin Morris</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 16 Jun 2026 07:27:26 -0400</lastBuildDate><atom:link href="https://kevin-morris.net/series/ckad/index.xml" rel="self" type="application/rss+xml"/><item><title>CKAD - Pods</title><link>https://kevin-morris.net/blog/2026/ckad-pods/</link><pubDate>Tue, 16 Jun 2026 07:27:26 -0400</pubDate><guid>https://kevin-morris.net/blog/2026/ckad-pods/</guid><description>&lt;h1 id="topic-01-pods"&gt;
 Topic 01: Pods
 &lt;a class="heading-link" href="#topic-01-pods"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;A Pod is the smallest deployable unit in Kubernetes. You don&amp;rsquo;t deploy containers directly — you deploy Pods that contain containers. Containers in the same Pod share a network namespace (same IP, same localhost) and can share volumes. Usually one container per Pod — multiple containers is the sidecar pattern.&lt;/p&gt;
&lt;p&gt;Pods are ephemeral. If a Pod dies, a controller replaces it — it&amp;rsquo;s not restarted in place.&lt;/p&gt;</description></item></channel></rss>