Skip to main content

Pod

Pod

Smallest unit of orchestration. The Pod can include many containers (initContainers as well), has one IP address.

containers

Each Pod has a number of containers. We can manage the resources used by the containers using the PodSpec:

initContainers

Containers that must finish running before the containers are run.