PXC

概述

PXC指的是PX-Central监控套件。它包括以下组件:

组件

功能

Lighthouse

PX的图形界面

Prometheus

监控核心

Grafana

监控图形界面

AlertManager

警报管理

步骤

circle-exclamation

1. 创建yaml文件

$ pxtools/cmd/px-yamls.sh mon --registry daocloud.io/portworx 
Created file at /root/px-yamls/mon/

2. 部署lighthouse

$ kubctl apply -f px-yamls/mon/lighthouse.yaml

3. 部署prometheus Operator

4. 部署prometheus配置

5. 部署prometheus service monitor

6. 部署prometheus cluster

7. 部署grafana图形界面

8. 部署alertmanager

9.访问grafana

http://<ip>:30950

Last updated