Table of Contents

Pod

A Pod is the smallest unit in Kubernetes.

It represents one running instance of your application.

What a Pod contains

Example

A simple web app:

Pod:

nginx container

Real-world analogy

Pod = “one running app instance”

Like:

Key idea

Pods are temporary: