Pakket: kubelet (1.35.2+ds-elxr2.26.04.01)
Verwijzigingen voor kubelet
Het bronpakket kubernetes-1.35 downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [kubernetes.io]
Vergelijkbare pakketten:
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.
Andere aan kubelet gerelateerde pakketten
|
|
|
|
-
- dep: kubelet-1.35
- the primary "node agent" that runs on each node