What is POD? define in bullets points
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
- virtual entity.
- Can not be started. Only can be instantiated
- K8 manages pods
- Pods have unique IP in that particular cluster
- Pods can have multiple container ( not same image) in a single pod
- Pods talk with other pods using pod network which is provided by kubeproxy
- pods are atomic ( either ready or pending )
- they are unique in a cluster they are in
- life cycle : pending–> running–>success or fail at the exit
- pods are used in master plane also to deploy apiserver,scheduler etc