PODS In Kubernets
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 and what is POD contain?
- atomic units of scheduling
- pods contain one or more containers
- all containers in pod shares the same pod environment.
- pod is running, containers in pod also running
POD lifecycle
- pending -> running -> succeeded/failed
type of PODS
basically two types
- single container pod
- multiple container pod