Components of a Node
Kubelet
Kubelet is the Kubernetes node agent.
It keeps in sync with apiserver and ensures that the Pods scheduled on the node run.
systemd manages Kubelet as a service.
Container runtime
To manage containers, Kubelet communicates with a container runtime through the Container Runtime Interface (CRI).
MetaKube supports containerd as the container runtime.