kubernetesk8s.io/kubernetes/cmd/kubelet Directories

kubelet command

The kubelet binary is responsible for maintaining a set of containers on a particular host VM. It syncs data from both configuration file(s) as well as from a quorum of etcd servers. It then communicates with the container runtime (or a CRI shim for the runtime) to see what is currently running. It synchronizes the configuration data, with the running set of containers by starting or stopping containers.

Directories

PathSynopsis
cmd/kubelet/appPackage app makes it easy to create a kubelet server for various contexts.
cmd/kubelet/app/optionsPackage options contains all of the primary arguments for a kubelet.
Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
3 hours ago

Tools for package owners.