<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infocepo.com/wiki/index.php?action=history&amp;feed=atom&amp;title=K8s-training-check</id>
	<title>K8s-training-check - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://infocepo.com/wiki/index.php?action=history&amp;feed=atom&amp;title=K8s-training-check"/>
	<link rel="alternate" type="text/html" href="https://infocepo.com/wiki/index.php?title=K8s-training-check&amp;action=history"/>
	<updated>2026-05-16T03:14:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://infocepo.com/wiki/index.php?title=K8s-training-check&amp;diff=1526&amp;oldid=prev</id>
		<title>Tcepo: Created page with &quot;Here are the core Kubernetes (K8s) resources in brief:  *Pod: Smallest deployable unit, can contain one or more containers. *Service: Exposes applications (running on Pods) as...&quot;</title>
		<link rel="alternate" type="text/html" href="https://infocepo.com/wiki/index.php?title=K8s-training-check&amp;diff=1526&amp;oldid=prev"/>
		<updated>2023-05-17T05:48:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here are the core Kubernetes (K8s) resources in brief:  *Pod: Smallest deployable unit, can contain one or more containers. *Service: Exposes applications (running on Pods) as...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here are the core Kubernetes (K8s) resources in brief:&lt;br /&gt;
&lt;br /&gt;
*Pod: Smallest deployable unit, can contain one or more containers.&lt;br /&gt;
*Service: Exposes applications (running on Pods) as network services.&lt;br /&gt;
*Volume: Storage accessible to containers in a Pod.&lt;br /&gt;
*Namespace: Virtual clusters within a physical cluster.&lt;br /&gt;
*Deployment: Manages ReplicaSets to ensure desired Pod count.&lt;br /&gt;
*ReplicaSet: Ensures a certain number of identical Pods are always running.&lt;br /&gt;
*StatefulSet: Manages deployment and scaling of a set of Pods, providing order and uniqueness.&lt;br /&gt;
*DaemonSet: Ensures a Pod copy runs on all (or some) Nodes.&lt;br /&gt;
*Job: Represents a finite task that eventually terminates.&lt;br /&gt;
*ConfigMap &amp;amp; Secret: Store non-confidential and confidential configuration data respectively.&lt;br /&gt;
*Ingress: Manages external HTTP access to services in a cluster.&lt;/div&gt;</summary>
		<author><name>Tcepo</name></author>
	</entry>
</feed>