Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
What is Pod?
A pod is the smallest execution unit in Kubernetes.
Atomic unit of scheduling in kubernetes.
Pod Contains:
Pod can have multiple containers . All the containers inside the pod will share same enivronment.
Pods Keeps on running as long as as the containers inside the pods are running. If atleast one container fails working pods stops working.

LIFECYCLE OF POD
Pod Life cycle consists of following phases

Types of Pods
1.Single Container pod
2.Multi-Container pods- pods that contain two or more related containers that have same enviroment i.e, it shares network space, volume etc.