Single vs. Multi-Container Pods
In this lesson, we will briefly discuss a single-container and a multi-container Pod.
Why Single-container Pods?
We should not think of Pods as resources that should do anything beyond a definition of the smallest unit in our cluster. A Pod is a collection of containers that share the same resources. Not much more. Everything else should be accomplished with higher-level constructs. We’ll explore how to scale Pods without changing their definition in one of the next chapters.
Let’s go back to ...
Access this course and 1400+ top-rated courses and projects.