mirror of https://git.rancher.io/charts
1.9 KiB
1.9 KiB
Rancher Monitoring
This chart is based off of the upstream Prometheus Operator chart. It supports the following functionality to enable monitoring within your cluster:
- [Prometheus Operator] Provides easy monitoring definitions for Kubernetes services and the deployment and management of one or more Prometheus / Alertmanager instances and deploys default monitors / alerts onto the cluster
- [Prometheus Operator] Deploys the upstream Grafana chart and deploys default dashboards onto the cluster
- [Prometheus Operator] Monitors internal Kubernetes components by deploying components such as node-exporter and kube-state-metrics
- [rancher-pushprox] Sets up default Deployments and DaemonSets to monitor
kube-scheduler
,kube-controller-manager
,kube-proxy
, andkube-etcd
components via nodeSelectors / tolerations for certain cluster types - [Prometheus Adapter] Exposes custom metrics, resource metrics, and external metrics on the default Prometheus instance launched by Prometheus Operator
You must install the Prometheus Operator CRDs first using the rancher-monitoring-crd
chart before installing this chart.
helm install rancher-monitoring-crd rancher/stable
For more information, see the README.md of this chart.