en/glossary: use title for all Pod occurrences (#14366)

Use title case for all the Pod occurrences which appear in the rkt
glossary term.
This commit is contained in:
Ivan Fraixedes
2019-05-16 23:46:30 +02:00
committed by Kubernetes Prow Robot
parent e676622449
commit 7aad953be7
+1 -1
View File
@@ -15,4 +15,4 @@ tags:
<!--more-->
rkt is an application {{< glossary_tooltip text="container" term_id="container" >}} engine featuring a {{< glossary_tooltip text="pod" term_id="pod" >}}-native approach, a pluggable execution environment, and a well-defined surface area. rkt allows users to apply different configurations at both the pod and application level. Each Pod executes directly in the classic Unix process model, in a self-contained, isolated environment.
rkt is an application {{< glossary_tooltip text="container" term_id="container" >}} engine featuring a {{< glossary_tooltip text="Pod" term_id="pod" >}}-native approach, a pluggable execution environment, and a well-defined surface area. rkt allows users to apply different configurations at both the Pod and application level. Each Pod executes directly in the classic Unix process model, in a self-contained, isolated environment.