Cloud Computing Patterns | Design Patterns | Logical Pod Container


Cloud Computing Patterns, Mechanisms > Containerization Patterns > Logical Pod Container
Home > Design Patterns > Logical Pod Container

Logical Pod Container (Erl, Naserpour)

How can multiple containers be deployed so that they share the same namespace and IP address?

Logical Pod Container

Problem

Two or more containers may need to be logically isolated from other containers. The isolated containers need to share the same IP address and cannot be deployed with other cloud services on the same virtual or physical server to remain compliant with the required level of isolation. They cannot share an IP address with any other process or cloud service outside of their logical boundary.

Solution

A special logical container (called a pod) is deployed that can encompass multiple logical containers but has one IP address.

Application

The logical pod container is used to co-host multiple containers, allowing them to share the same IP address and file system, if required.

Logical Pod Container: A single pod deployed on a virtual server allows the hosted services to share the same IP address. The pod can also be deployed directly on a physical server.

A single pod deployed on a virtual server allows the hosted services to share the same IP address. The pod can also be deployed directly on a physical server.


CCP Module 4: Fundamental Cloud Architecture

This pattern is covered in CCP Module 4: Fundamental Cloud Architecture.

For more information regarding the Cloud Certified Professional (CCP) curriculum, visit www.arcitura.com/ccp.