1
1
---
2
2
content_type : concept
3
3
title : 资源监控工具
4
+ weight : 15
4
5
---
5
6
<!--
6
7
reviewers:
7
8
- mikedanese
8
9
content_type: concept
9
10
title: Tools for Monitoring Resources
11
+ weight: 15
10
12
-->
11
13
12
14
<!-- overview -->
@@ -24,9 +26,8 @@ where bottlenecks can be removed to improve overall performance.
24
26
-->
25
27
要扩展应用程序并提供可靠的服务,你需要了解应用程序在部署时的行为。
26
28
你可以通过检测容器检查 Kubernetes 集群中的应用程序性能,
27
- [ Pod] ( /zh-cn/docs/concepts/workloads/pods ) ,
28
- [ 服务] ( /zh-cn/docs/concepts/services-networking/service/ )
29
- 和整个集群的特征。
29
+ [ Pod] ( /zh-cn/docs/concepts/workloads/pods ) 、
30
+ [ 服务] ( /zh-cn/docs/concepts/services-networking/service/ ) 和整个集群的特征。
30
31
Kubernetes 在每个级别上提供有关应用程序资源使用情况的详细信息。
31
32
此信息使你可以评估应用程序的性能,以及在何处可以消除瓶颈以提高整体性能。
32
33
@@ -37,9 +38,8 @@ In Kubernetes, application monitoring does not depend on a single monitoring sol
37
38
On new clusters, you can use [resource metrics](#resource-metrics-pipeline) or
38
39
[full metrics](#full-metrics-pipeline) pipelines to collect monitoring statistics.
39
40
-->
40
- 在 Kubernetes 中,应用程序监控不依赖单个监控解决方案。
41
- 在新集群上,你可以使用[ 资源度量] ( #resource-metrics-pipeline ) 或
42
- [ 完整度量] ( #full-metrics-pipeline ) 管道来收集监视统计信息。
41
+ 在 Kubernetes 中,应用程序监控不依赖单个监控解决方案。在新集群上,
42
+ 你可以使用[ 资源度量] ( #resource-metrics-pipeline ) 或[ 完整度量] ( #full-metrics-pipeline ) 管道来收集监视统计信息。
43
43
44
44
<!--
45
45
## Resource metrics pipeline
@@ -116,10 +116,9 @@ Full metrics pipeline projects that are not part of the CNCF are outside the sco
116
116
节点和 Prometheus 本身。
117
117
完整度量管道项目不属于 CNCF 的一部分,不在 Kubernetes 文档的范围之内。
118
118
119
- <!--
120
119
## {{% heading "whatsnext" %}}
121
120
122
-
121
+ <!--
123
122
Learn about additional debugging tools, including:
124
123
125
124
* [Logging](/docs/concepts/cluster-administration/logging/)
@@ -129,8 +128,6 @@ Learn about additional debugging tools, including:
129
128
* [Connecting to containers via port forwarding](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
130
129
* [Inspect Kubernetes node with crictl](/docs/tasks/debug/debug-cluster/crictl/)
131
130
-->
132
- ## {{% heading "接下来" %}}
133
-
134
131
了解其他调试工具,包括:
135
132
136
133
* [ 日志记录] ( /zh-cn/docs/concepts/cluster-administration/logging/ )
0 commit comments