kubeletcAdvisor
KubeletcAdvisor refers to the integration of the cAdvisor component into the Kubernetes kubelet. It provides container-level resource usage statistics for the nodes where Kubernetes runs, collecting data such as CPU and memory usage, disk I/O, network traffic, and filesystem utilization for each container and pod on a node. The information gathered by this integration is used by the kubelet itself and by higher-level components that rely on node-level and per-container metrics.
The data surface produced by kubeletcAdvisor is designed to support the Kubernetes monitoring and scheduling stack.
Architecture and operation are tied to the kubelet and the container runtime, with data gathered from cgroups
See also: cAdvisor, kubelet, Metrics Server, Kubernetes monitoring, node and pod metrics.