Skip to content

Commit 848d170

Browse files
authored
Merge pull request #32069 from shannonxtreme/dockershim-debug-resource-usage
Remove Docker mentions in Resource Usage Monitoring
2 parents 225bffc + db05657 commit 848d170

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/docs/tasks/debug/debug-cluster/resource-usage-monitoring.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ memory usage. The kubelet acts as a bridge between the Kubernetes master and
4141
the nodes, managing the pods and containers running on a machine. The kubelet
4242
translates each pod into its constituent containers and fetches individual
4343
container usage statistics from the container runtime through the container
44-
runtime interface. The kubelet fetches this information from the integrated
45-
cAdvisor for the legacy Docker integration. It then exposes the aggregated pod
44+
runtime interface. If you use a container runtime that uses Linux cgroups and
45+
namespaces to implement containers, and the container runtime does not publish
46+
usage statistics, then the kubelet can look up those statistics directly
47+
(using code from [cAdvisor](https://github.com/google/cadvisor)).
48+
No matter how those statistics arrive, the kubelet then exposes the aggregated pod
4649
resource usage statistics through the metrics-server Resource Metrics API.
4750
This API is served at `/metrics/resource/v1beta1` on the kubelet's authenticated and
4851
read-only ports.

0 commit comments

Comments
 (0)