Merge pull request #6959 from mllab-nl/master

Update explore-intro.html
This commit is contained in:
Qiming
2018-01-15 09:31:32 +08:00
committed by GitHub
@@ -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>