< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

查看多集群监控数据

本节介绍如何查看多集群的监控数据。

Prerequisites

  • 您需要在 KubeSphere 平台具有 platform-admin 角色。有关更多信息,请参阅用户平台角色

  • host 集群和需要监控的成员集群需要启用 Whizard 可观测中心。

    Note

    如果成员集群未启用 Whizard 可观测中心,Whizard 可观测中心将无法获取成员集群的数据。

Steps

  1. 以具有 platform-admin 角色的用户登录KubeSphere Web 控制台。

  2. 在页面右上角点击grid图标,选择 Whizard 可观测中心

    Whizard 可观测中心的概览页面显示所有集群的监控信息。

    功能区 描述

    已创建资源数量

    显示被监控的所有集群、节点、项目、容器组、部署、有状态副本集、守护进程集、任务、定时任务、卷、服务、应用路由的数量。

    资源使用情况

    显示被监控的所有集群的所有节点的 CPU、内存、磁盘使用情况,以及可已创建容器组数量占可创建容器组最大数量的百分比。默认情况下每个节点最多可以创建 110 个容器组。

    对于 CPU 和内存,将光标悬停在eye可查看已分配给容器和项目的资源预留和上限数量。

    全局告警

    显示全局告警规则组产生的告警数量及最近的告警消息。此处显示的告警不包括集群和项目告警规则组产生的告警。全局告警规则组由平台管理员在 Whizard 可观测中心管理。

    告警级别的类型包括提醒、警告、重要和紧急

    告警状态的类型包括:

    • 验证中:监控指标满足预设的条件,但未满足预设的持续时间。

    • 已触发:监控指标满足预设的条件,并且满足预设的持续时间。

    容器组

    显示被监控的所有集群的各种类型容器组的数量。

    容器组状态类型包括:

    • 运行中:容器组已分配给某个节点,容器组中的所有容器都已被创建,至少有一个容器正在运行、启动或重启。

    • 等待中:容组器已被系统接受,但有至少一个容器尚未创建也未运行。此状态下,容器组可能正在等待调度,或等待容器镜像下载完成。

    • 成功完成:容器组中的所有容器都成功终止(以 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.

  3. 在页面右上角,点击选择集群,选择需要监控的集群。概览页面将展示选中集群的监控信息。

  4. 点击收起集群列表/展开集群列表,隐藏或展示右侧的集群列表。

    • 点击集群列表中的集群名称,进入该集群的概览页面。

    • 点击rowlist_view以列表或缩略图形式查看集群信息。

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.

What’s on this Page