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 ?
Pod is atomic unit of scheduling in the Kubernetes, It contains one or more containers.

Types Of Pods :
There are two methods in pods :
- loose coupling β Pod with one container
2. tight coupling β pod with multiple containers
What pod contains ?
Inside a Pod we can have one or more containers .

Life cycle of Pod :
There are three stages in life cycle of pod:
1.pending β when the pod is added newly
2.running β when the container execute without issues
3.succeeded/failed β when the container finishes its execution
