Skip to content

Commit 7b89f07

Browse files
Change the indicator resource endpoint from the old version of Summar… (#41708)
* Change the indicator resource endpoint from the old version of Summary API to metrics resource * Update resource-metrics-pipeline.md * Update resource-metrics-pipeline.md * Update content/zh-cn/docs/tasks/debug/debug-cluster/resource-metrics-pipeline.md Co-authored-by: Qiming Teng <[email protected]> * Update resource-metrics-pipeline.md * Update resource-metrics-pipeline.md --------- Co-authored-by: Qiming Teng <[email protected]>
1 parent 21a1e6d commit 7b89f07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh-cn/docs/tasks/debug/debug-cluster/resource-metrics-pipeline.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ P[Pod 数据] -.- C
7676
end
7777
L[API<br>服务器]
7878
W[HPA]
79-
C ---->|Summary<br>API| A -->|metrics<br>API| L --> W
79+
C ---->|节点层面<br>资源指标| A -->|metrics<br>API| L --> W
8080
end
8181
L ---> K[kubectl<br>top]
8282
classDef box fill:#fff,stroke:#000,stroke-width:1px,color:#000;
@@ -97,8 +97,8 @@ The architecture components, from right to left in the figure, consist of the fo
9797
* [kubelet](/docs/concepts/overview/components/#kubelet): Node agent for managing container
9898
resources. Resource metrics are accessible using the `/metrics/resource` and `/stats` kubelet
9999
API endpoints.
100-
* [Summary API](#summary-api-source): API provided by the kubelet for discovering and retrieving
101-
per-node summarized stats available through the `/stats` endpoint.
100+
* [node level resource metrics](/docs/reference/instrumentation/node-metrics): API provided by the kubelet for discovering and retrieving
101+
per-node summarized stats available through the `/metrics/resource` endpoint.
102102
* [metrics-server](#metrics-server): Cluster addon component that collects and aggregates resource
103103
metrics pulled from each kubelet. The API server serves Metrics API for use by HPA, VPA, and by
104104
the `kubectl top` command. Metrics Server is a reference implementation of the Metrics API.
@@ -113,7 +113,7 @@ The architecture components, from right to left in the figure, consist of the fo
113113
* [cAdvisor](https://github.com/google/cadvisor): 用于收集、聚合和公开 Kubelet 中包含的容器指标的守护程序。
114114
* [kubelet](/zh-cn/docs/concepts/overview/components/#kubelet): 用于管理容器资源的节点代理。
115115
可以使用 `/metrics/resource``/stats` kubelet API 端点访问资源指标。
116-
* [Summary API](#summary-api-source): kubelet 提供的 API,用于发现和检索可通过 `/stats` 端点获得的每个节点的汇总统计信息。
116+
* [节点层面资源指标](/zh-cn/docs/reference/instrumentation/node-metrics): kubelet 提供的 API,用于发现和检索可通过 `/metrics/resource` 端点获得的每个节点的汇总统计信息。
117117
* [metrics-server](#metrics-server): 集群插件组件,用于收集和聚合从每个 kubelet 中提取的资源指标。
118118
API 服务器提供 Metrics API 以供 HPA、VPA 和 `kubectl top` 命令使用。Metrics Server 是 Metrics API 的参考实现。
119119
* [Metrics API](#metrics-api): Kubernetes API 支持访问用于工作负载自动缩放的 CPU 和内存。

0 commit comments

Comments
 (0)