A Pod is the smallest unit in Kubernetes.
It represents one running instance of your application.
—
A simple web app:
Pod:
nginx container
Pod = “one running app instance”
Like:
Pods are temporary: