Update nodes.md
This commit is contained in:
@@ -11,9 +11,10 @@ weight: 10
|
|||||||
|
|
||||||
Kubernetes runs your workload by placing containers into Pods to run on _Nodes_.
|
Kubernetes runs your workload by placing containers into Pods to run on _Nodes_.
|
||||||
A node may be a virtual or physical machine, depending on the cluster. Each node
|
A node may be a virtual or physical machine, depending on the cluster. Each node
|
||||||
contains the services necessary to run
|
is managed by the
|
||||||
{{< glossary_tooltip text="Pods" term_id="pod" >}}, managed by the
|
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}
|
||||||
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}.
|
and contains the services necessary to run
|
||||||
|
{{< glossary_tooltip text="Pods" term_id="pod" >}}
|
||||||
|
|
||||||
Typically you have several nodes in a cluster; in a learning or resource-limited
|
Typically you have several nodes in a cluster; in a learning or resource-limited
|
||||||
environment, you might have just one.
|
environment, you might have just one.
|
||||||
|
|||||||
Reference in New Issue
Block a user