7 Extending applications with multicontainer Pods

We met Pods in chapter 2, when you learned that you can run many containers in one Pod, but you didn’t actually do it. In this chapter, you’re going to see how it works and understand the patterns it enables. This is the first of the more advanced topics in this part of the book, but it’s not a complicated subject—it just helps to have all the background knowledge from the previous chapters. Conceptually, it’s quite simple: one Pod runs many containers, which is typically your app container plus some helper containers. It’s what you can do with those helpers that makes this feature so interesting.

Containers in a Pod share the same virtual environment, so when one container takes an action, ...

Get Learn Kubernetes in a Month of Lunches now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.