Pods in Kubernetes

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

A pod is the smallest working unit in Kubernetes.
A pod will have one or more containers (when there are multiple containers, they share the resources on the pods)

Kubernetes runs the containers through pods only.
When scaling is required, the pod is replicated.
Pods are ephemeral and disposable – they cannot be reinstantiated after the lifecycle, a similar pod can be instantiated.