- Hands-On Microservices with Kubernetes
- Gigi Sayfan
- 67字
- 2021-06-24 13:46:31
The kubelet
The kubelet is a Kubernetes agent. It's responsible for talking to the API server and for running and managing the pods on the node. Here are some of the responsibilities of the kubelet:
- Downloading pod secrets from the API server
- Mounting volumes
- Running the pod container via the Container Runtime Interface (CRI)
- Reporting the status of the node and each pod
- Probe container liveness