Containers in Kubernetes

Containers in Kubernetes

Pods

Pod consist of two containers

One or more containers

Single network namespace

Smallest unit of deployment

YAML

top:
  array:
  - item1
  hash:
    key: value

YAML is used to describe a pod