Update explore-intro.html

This commit is contained in:
mllab-nl
2018-01-14 13:47:04 +01:00
committed by GitHub
parent 24d9231d91
commit d22e56c268
@@ -77,7 +77,7 @@ title: Viewing Pods and Nodes
<p>Every Kubernetes Node runs at least:</p>
<ul>
<li>Kubelet, a process responsible for communication between the Kubernetes Master and the Nodes; it manages the Pods and the containers running on a machine.</li>
<li>Kubelet, a process responsible for communication between the Kubernetes Master and the Node; it manages the Pods and the containers running on a machine.</li>
<li>A container runtime (like Docker, rkt) responsible for pulling the container image from a registry, unpacking the container, and running the application.</li>
</ul>