k8s-monitor
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 Kube.
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
更多推荐
所有评论(0)