© Deepak Vohra 2016

Deepak Vohra, Kubernetes Microservices with Docker, 10.1007/978-1-4842-1907-2_13

13. Creating a Multi-Container Pod

Deepak Vohra

(1)White Rock, British Columbia, Canada

A Pod is the atomic unit of an application managed by Kubernetes. A Pod has a single filesystem and IP Address; the containers in the Pod share the filesystem and networking IP. A Pod could consist of one or more containers. A Pod is defined in a definition file for a Pod or a replication controller using the specification for a Pod ( http://kubernetes.io/v1.1/docs/api-reference/v1/definitions.html#_v1_podspec ). A single container within a Pod is specified using the container specification ( http://kubernetes.io/v1.1/docs/api-reference/v1/definitions.html#_v1_container ...

Get Kubernetes Microservices with Docker 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.