<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pods on Kevin Morris</title><link>https://kevin-morris.net/tags/pods/</link><description>Recent content in Pods on Kevin Morris</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 28 Oct 2025 23:21:32 -0400</lastBuildDate><atom:link href="https://kevin-morris.net/tags/pods/index.xml" rel="self" type="application/rss+xml"/><item><title>Pods in Kubernetes</title><link>https://kevin-morris.net/blog/2025/pods-in-kubernetes/</link><pubDate>Tue, 28 Oct 2025 23:21:32 -0400</pubDate><guid>https://kevin-morris.net/blog/2025/pods-in-kubernetes/</guid><description>&lt;h1 id="pod"&gt;
 Pod
 &lt;a class="heading-link" href="#pod"&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;ul&gt;
&lt;li&gt;Kubernetes ultimate aim is to deploy apps in CONTAINERS on a set of machines configured as WORKER NODES in a CLUSTER&lt;/li&gt;
&lt;li&gt;Kubernetes aka &amp;ldquo;k8s&amp;rdquo; does not deploy containers DIRECTLY on worker nodes&lt;/li&gt;
&lt;li&gt;Containers are encapsulated into a Kubernetes object known as POD&lt;/li&gt;
&lt;li&gt;A pod is a single instance of an application&lt;/li&gt;
&lt;li&gt;A pod is the SMALLEST object you can create in Kubernetes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="pod-example"&gt;
 Pod Example
 &lt;a class="heading-link" href="#pod-example"&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;/h2&gt;
&lt;p&gt;Below is a very simple example of a YAML file. The file deploys a pod named &amp;ldquo;my-pod&amp;rdquo; with the image &amp;ldquo;nginx&amp;rdquo;.&lt;/p&gt;</description></item></channel></rss>