grammar correction in pod overview

pull/36457/head
rogue-gamer-ryt 2022-09-01 23:27:39 +05:30
parent d7a2a8f45a
commit f7248fa427
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ runtime, and it helps to describe Pods using some terminology from Docker.
{{< /note >}}
The shared context of a Pod is a set of Linux namespaces, cgroups, and
potentially other facets of isolation - the same things that isolate a {{< glossary_tooltip text="containers" term_id="container" >}}. Within a Pod's context, the individual applications may have
potentially other facets of isolation - the same things that isolate a {{< glossary_tooltip text="container" term_id="container" >}}. Within a Pod's context, the individual applications may have
further sub-isolations applied.
A Pod is similar to a set of containers with shared namespaces and shared filesystem volumes.