Skip to content

Commit

Permalink
Update node glossary page
Browse files Browse the repository at this point in the history
- Removes the services tooltip as it points to the Service object.
- Replaces Docker for the Container Runtime interface, as Kubernetes not only supports docker
- Adds the tooltip for each kubernetes service: cri, kubelet, kube-proxy
  • Loading branch information
raelga committed May 25, 2019
1 parent a7209fa commit 5f13a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/glossary/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ tags:

<!--more-->

A worker machine may be a VM or physical machine, depending on the cluster. It has the {{< glossary_tooltip text="Services" term_id="service" >}} necessary to run {{< glossary_tooltip text="Pods" term_id="pod" >}} and is managed by the master components. The {{< glossary_tooltip text="Services" term_id="service" >}} on a node include Docker, kubelet and kube-proxy.
A worker machine may be a VM or physical machine, depending on the cluster. It has the Kubernetes services necessary to run {{< glossary_tooltip text="Pods" term_id="pod" >}} and is managed by the master components. The services on a node include {{< glossary_tooltip text="container runtime interface" term_id="cri" >}}, {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}.

0 comments on commit 5f13a80

Please sign in to comment.