Kubelet is the Kubernetes node agent.
It keeps in sync with apiserver and ensures that the Pods that are scheduled on the node run.
Kubelet is managed as a systemd service.
To manage containers, Kubelet talks to a container runtime using the Container Runtime Interface (CRI).
The only supported controller runtime in MetaKube is containerd.