Weave Scope can show a complete view of clusters and applications. Its excellent interactivity allows users to easily monitor and troubleshoot containerized applications in real time.

Heapster is Kubernetes’ native cluster monitoring solution. The predefined Dashboard is able to monitor Kubernetes from both the Cluster and Pods levels.

Prometheus Operator is probably the most comprehensive Kubernetes open source monitoring solution available today. In addition to being able to monitor Node and Pod, it also supports various management components of the cluster, such as API Server, Scheduler, Controller Manager, and so on.

git the newest code
在这里插入图片描述

install prometheus operator deployment
在这里插入图片描述

install Prometheus、Alertmanager 和 Grafana

helm install --name prometheus --set serviceMonitorsSelector.app=prometheus --set ruleSelector.app=prometheus --namespace=monitoring helm/prometheus

helm install --name alertmanager --namespace=monitoring helm/alertmanager

helm install --name grafana --namespace=monitoring helm/grafana

install kube-prometheus

helm install --name kube-prometheus --namespace=monitoring helm/kube-prometheus

Logo

K8S/Kubernetes社区为您提供最前沿的新闻资讯和知识内容

更多推荐