Using Prometheus To Monitoring K8s Cluster

Now that our service is deployed in the K8s cluster, we want to deploy a monitoring service to automatically monitor the resources in the K8s cluster. This blog is divided into two parts. First is using Prometheus to monitor the service for our K8s cluster, when the monitor service finds some node or pod has issues and sends an alert as soon as possible, our deployer can fix the issues asap. And the second page is coded as simply Shell scripts to test the cluster’s network.

使用Prometheus监控K8s集群

目前我们的业务都部署在K8s集群上,我们想要搭建一个监控服务来对K8s集群的资源进行自动化监控。本文分两节,一个是使用Prometheus来检测K8s集群,当检测到节点或者容器出现异常时及时报警,快速发现并解决问题。另一个编写了一个简单的Shell脚本来测试集群网络。

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×