套件:kubelet(1.35.2+ds-elxr2.26.04.01)
kubelet 的相關連結
下載原始碼套件 kubernetes-1.35:
- [kubernetes-1.35_1.35.2+ds-elxr1.26.04.01.debian.tar.xz]
- [kubernetes-1.35_1.35.2+ds-elxr1.26.04.01.dsc]
- [kubernetes-1.35_1.35.2+ds.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [kubernetes.io]
相似套件:
the primary "node agent" that runs on each node
The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider.
The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
Other than from an PodSpec from the apiserver, there are two ways that a container manifest can be provided to the Kubelet.