What is Pod in kubernetes. Exaplin in 15 points with image as an example
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
- Atomic Unit of kubernetes
- Pod contains one or more containers
- A node can have multiple pods
- pods have few states – pending, running, succeeded/failed
- pods are ephemeral