Skip to content

Commit 5ff4c2e

Browse files
authored
Merge pull request #39565 from windsonsea/usamon
[zh] sync resource-usage-monitoring.md
2 parents 25252e2 + b6b970e commit 5ff4c2e

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ respond to these metrics by automatically scaling or adapting the cluster
9898
based on its current state, using mechanisms such as the Horizontal Pod
9999
Autoscaler. The monitoring pipeline fetches metrics from the kubelet and
100100
then exposes them to Kubernetes via an adapter by implementing either the
101-
`custom.metrics.k8s.io` or `external.metrics.k8s.io` API.
101+
`custom.metrics.k8s.io` or `external.metrics.k8s.io` API.
102102
-->
103103
## 完整度量管道 {#full-metrics-pipeline}
104104

@@ -109,12 +109,24 @@ Kubernetes 还可以根据集群的当前状态,使用 Pod 水平自动扩缩
109109
方法是实现 `custom.metrics.k8s.io``external.metrics.k8s.io` API。
110110

111111
<!--
112-
[Prometheus](https://prometheus.io), a CNCF project, can natively monitor Kubernetes, nodes, and Prometheus itself.
113-
Full metrics pipeline projects that are not part of the CNCF are outside the scope of Kubernetes documentation.
112+
Integration of a full metrics pipeline into your Kubernetes implementation is outside
113+
the scope of Kubernetes documentation because of the very wide scope of possible
114+
solutions.
115+
116+
The choice of monitoring platform depends heavily on your needs, budget, and technical resources.
117+
Kubernetes does not recommend any specific metrics pipeline; [many options](https://landscape.cncf.io/card-mode?category=monitoring&project=graduated,incubating,member,no&grouping=category&sort=stars) are available.
118+
Your monitoring system should be capable of handling the [OpenMetrics](https://openmetrics.io/) metrics
119+
transmission standard, and needs to chosen to best fit in to your overall design and deployment of
120+
your infrastructure platform.
114121
-->
115-
[Prometheus](https://prometheus.io) 是一个 CNCF 项目,可以原生监控 Kubernetes、
116-
节点和 Prometheus 本身。
117-
完整度量管道项目不属于 CNCF 的一部分,不在 Kubernetes 文档的范围之内。
122+
将完整的指标管道集成到 Kubernetes 实现中超出了 Kubernetes
123+
文档的范围,因为可能的解决方案具有非常广泛的范围。
124+
125+
监控平台的选择在很大程度上取决于你的需求、预算和技术资源。
126+
Kubernetes 不推荐任何特定的指标管道;
127+
可使用[许多选项](https://landscape.cncf.io/card-mode?category=monitoring&project=graduated,incubating,member,no&grouping=category&sort=stars)
128+
你的监控系统应能够处理 [OpenMetrics](https://openmetrics.io/) 指标传输标准,
129+
并且需要选择最适合基础设施平台的整体设计和部署。
118130

119131
## {{% heading "whatsnext" %}}
120132

0 commit comments

Comments
 (0)