- registers the node with the kubernetes cluster
- master node로부터 pod 생성 요청이 오면 worker node의 container runtime(Docker)에게 image pull해서 instance run하도록 함
- monitor Pod & Nodes
- !!Kubeadm does not deploy Kubelet!! 항상 manually installed
- ps -aux | grep kubelet
'CKA' 카테고리의 다른 글
Deployments (0) | 2021.08.31 |
---|---|
Kube-proxy (0) | 2021.08.30 |
Kube-Scheduler (0) | 2021.08.30 |
Kube Controller Manager (0) | 2021.08.30 |
Kube-API (0) | 2021.08.30 |