diff --git a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html
index f3608039dc..cc674d02d1 100644
--- a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html
+++ b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html
@@ -79,7 +79,7 @@ weight: 10
Every Kubernetes Node runs at least:
- Kubelet, a process responsible for communication between the Kubernetes Master and the Node; it manages the Pods and the containers running on a machine.
- - A container runtime (like Docker, rkt) responsible for pulling the container image from a registry, unpacking the container, and running the application.
+ - A container runtime (like Docker) responsible for pulling the container image from a registry, unpacking the container, and running the application.