istio.io/content/docs/reference/glossary/pod.md

332 B

title
Pod

A Pod is a group of one or more containers (such as Docker containers), with shared storage/network, and a specification for how to run the containers. A pod is the smallest deployable unit of computing in Kubernetes.