Beginning For Pod
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
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