In this section we will take a look at kubelet.
The kubelet
will create the pods on the nodes, the scheduler only decides which pods goes where.
$ wget https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubelet
Run it as a service
$ ps -aux |grep kubelet
K8s Reference Docs: