查看集群监控概览
本节介绍如何查看集群概览页面的监控信息。
有关集群概览页面的其他信息,请参阅查看集群概览信息。
Prerequisites
-
You should join a cluster and have the 监控查看 permission within the cluster. For more information, refer to "Cluster Members" and "Cluster Roles".
-
KubeSphere 平台需要安装并启用 WhizardTelemetry 监控扩展组件。
Steps
-
Log in to the KubeSphere web console with a user who has the 监控查看 permission, and access your cluster.
-
Click 概览 in the left navigation pane.
概览页面提供以下监控信息:
功能区 描述 集群配额统计
当前集群中容器和项目的 CPU 配额和内存配额,包含预留数量、上限数量和总量。
节点资源用量
所有节点的 CPU、内存、磁盘的总量和实时用量,以及集群允许创建的容器组总数和已创建的容器组数量。默认情况下每个节点最多允许创建 110 个容器组。
容器组
当前集群的各种类型容器组的数量。
容器组状态类型包括:
-
运行中:容器组已分配给某个节点,容器组中的所有容器都已被创建,至少有一个容器正在运行、启动或重启。
-
等待中:容组器已被系统接受,但有至少一个容器尚未创建也未运行。此状态下,容器组可能正在等待调度,或等待容器镜像下载完成。
-
成功完成:容器组中的所有容器都成功终止(以 0 退出码终止),并且不再重启。
-
失败:容器组中的所有容器都已终止,并且至少有一个容器以非 0 退出码终止。
-
未知:系统无法获取容器组状态。出现这种状态通常是由于系统与容器组所在的主机通信失败。
容器组 QoS(服务质量)类型包括:
-
Guaranteed: Each container in the pod has memory limits, memory requests, CPU limits, and CPU requests, and the memory limit is equal to the memory request, and the CPU limit is equal to the CPU request.
-
Burstable: At least one container in the pod does not meet the requirements of the Guaranteed type.
-
BestEffort: Containers in the pod do not configured with any memory limits, memory requests, CPU limits, or CPU requests.
The QoS type of the pod determines the running priority of the pod. When resources in the system is insufficient to run all pods, the system gives priority to running pods of QoS type Guaranteed first, followed by pods of QoS type Burstable, and finally, pods of QoS type BestEffort.
Kubernetes 状态
当前集群的每秒 API 请求次数、API 请求延迟、容器组调度次数和容器组调度失败次数。
资源用量排行
当前集群中特定资源用量最高的 5 个节点、容器组和项目。
-
在左侧下拉列表中选择节点、容器组或项目,在右侧下拉列表中选择不同的排序依据。
-
在列表上方点击/ 可按升序/降序排序。
-
点击下方的查看更多,查看节点、容器组和项目的资源用量详情。
-
Feedback
Was this page Helpful?
Receive the latest news, articles and updates from KubeSphere
Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.