Shape Shape

Kubernetes Pod

Kubernetes Pod is the smallest deployable unit in Kubernetes that runs one or more containers. Used for deploying microservices.

Example:

A web app and its database container run together in a pod.

WhatsApp Icon