We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacb5a8 commit 74dee75Copy full SHA for 74dee75
content/en/docs/concepts/workloads/pods/_index.md
@@ -15,7 +15,7 @@ card:
15
_Pods_ are the smallest deployable units of computing that you can create and manage in Kubernetes.
16
17
A _Pod_ (as in a pod of whales or pea pod) is a group of one or more
18
-{{< glossary_tooltip text="containers" term_id="container" >}}, with shared storage/network resources, and a specification
+[containers](/docs/concepts/containers/), with shared storage/network resources, and a specification
19
for how to run the containers. A Pod's contents are always co-located and
20
co-scheduled, and run in a shared context. A Pod models an
21
application-specific "logical host": it contains one or more application
0 commit comments