File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
_ Pods_ are the smallest deployable units of computing that you can create and manage in Kubernetes.
16
16
17
17
A _ Pod_ (as in a pod of whales or pea pod) is a group of one or more
18
- [ containers] ( /docs/concepts/containers/ ) , with shared storage/network resources, and a specification
18
+ {{< glossary_tooltip text=" containers" term_id="container" >}} , with shared storage/network resources, and a specification
19
19
for how to run the containers. A Pod's contents are always co-located and
20
20
co-scheduled, and run in a shared context. A Pod models an
21
21
application-specific "logical host": it contains one or more application
Original file line number Diff line number Diff line change 2
2
title : Container
3
3
id : container
4
4
date : 2018-04-12
5
- full_link : /docs/concepts/overview/what-is-kubernetes/#why- containers
5
+ full_link : /docs/concepts/containers/
6
6
short_description : >
7
7
A lightweight and portable executable image that contains software and all of its dependencies.
8
8
You can’t perform that action at this time.
0 commit comments