Update pod.md (#4764)

* Update pod.md

update pod desc

* Update pod.md

* edit
This commit is contained in:
TigerXu
2017-08-12 23:48:21 +08:00
committed by Andrew Chen
parent bf3bbf42a2
commit fb043d33be
+2 -2
View File
@@ -13,8 +13,8 @@ managed in Kubernetes.
## What is a Pod?
A _pod_ (as in a pod of whales or pea pod) is a group of one or more containers
(such as Docker containers), the shared storage for those containers, and
options about how to run the containers. A pod's contents are always co-located and
(such as Docker containers), with shared storage/network, and a specification
for how to run the containers. A pod's contents are always co-located and
co-scheduled, and run in a shared context. A pod models an
application-specific "logical host" - it contains one or more application
containers which are relatively tightly coupled — in a pre-container