<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_Book_4_-_Working_with_Pods</id>
	<title>Kubernetes Book 4 - Working with Pods - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_Book_4_-_Working_with_Pods"/>
	<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Kubernetes_Book_4_-_Working_with_Pods&amp;action=history"/>
	<updated>2026-04-18T22:16:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.pchero21.com/index.php?title=Kubernetes_Book_4_-_Working_with_Pods&amp;diff=3620&amp;oldid=prev</id>
		<title>Pchero: Created page with &quot;== Pod theory == The atomic unit of scheduling in the virtualization world is the Virtual Machine(VM). This means deploying applications in the virtualization world means sche...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Kubernetes_Book_4_-_Working_with_Pods&amp;diff=3620&amp;oldid=prev"/>
		<updated>2020-01-09T00:13:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Pod theory == The atomic unit of scheduling in the virtualization world is the Virtual Machine(VM). This means deploying applications in the virtualization world means sche...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Pod theory ==&lt;br /&gt;
The atomic unit of scheduling in the virtualization world is the Virtual Machine(VM). This means deploying applications in the virtualization world means scheduling them on VMs.&lt;br /&gt;
&lt;br /&gt;
In the Docker world, the atomic unit is the container. This means deploying applications on Docker means deploying them inside of containers.&lt;br /&gt;
&lt;br /&gt;
In the Kubernetes world, the atomic unit is the Pod. Ergo, deploying application on Kubernetes means stamping them out in Pods.&lt;br /&gt;
&lt;br /&gt;
This is fundamental to understanding Kubernetes. Virtualization does VMs, Docker does containers, and Kubernetes does Pods.&lt;br /&gt;
&lt;br /&gt;
As Pods are the fundamental unit of deployment in Kubernetes, it's vital to understand how they work.&lt;br /&gt;
&lt;br /&gt;
=== Pods vs containers ===&lt;br /&gt;
Digging a bit deeper, a Pod is a shared execution environment for one or more contrainers. Quite often it's on container per Pod, but multi-container Pods are gaining in popularity. One use-case for multi-container Pods is co-scheduling tightly-coupled workloads. For example, two containers that share memory wouldn't work if they were scheduled on different nodes in the cluster. Other increasingly common use-cases include logging and service meshes.&lt;br /&gt;
&lt;br /&gt;
[[category:kubernetes]]&lt;/div&gt;</summary>
		<author><name>Pchero</name></author>
	</entry>
</feed>