mirror of https://github.com/istio/istio.io.git
332 B
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.