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.
2 parents 6486762 + dcd3337 commit 1d15a86Copy full SHA for 1d15a86
content/en/docs/concepts/workloads/pods/_index.md
@@ -32,10 +32,8 @@ for debugging if your cluster offers this.
32
## What is a Pod?
33
34
{{< note >}}
35
-While Kubernetes supports more
36
-{{< glossary_tooltip text="container runtimes" term_id="container-runtime" >}}
37
-than just Docker, [Docker](https://www.docker.com/) is the most commonly known
38
-runtime, and it helps to describe Pods using some terminology from Docker.
+You need to install a [container runtime](/docs/setup/production-environment/container-runtimes/)
+into each node in the cluster so that Pods can run there.
39
{{< /note >}}
40
41
The shared context of a Pod is a set of Linux namespaces, cgroups, and
0 commit comments