Difference between revisions of "Helm repo add prometheus-community https://prometheus-community.github.io/helm-charts"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[helm repo add]] [[prometheus-community]] | [[helm repo add]] [[prometheus-community]] | ||
+ | Basic example: | ||
+ | [[helm install MY NAME prometheus-community/kube-prometheus-stack]] | ||
− | + | [[Grafana]] integration: | |
+ | helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ | ||
+ | [[--set]]='grafana.sidecar.dashboards.enabled=true' \ | ||
+ | --set='grafana.sidecar.dashboards.searchNamespace=true' \ | ||
+ | --set='prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues=false' \ | ||
+ | --set='prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false' \ | ||
+ | --set='prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false' \ | ||
+ | --set='prometheus.prometheusSpec.probeSelectorNilUsesHelmValues=false' \ | ||
+ | --create-namespace \ | ||
+ | --namespace monitoring \ | ||
+ | --version 39.5.0 \ | ||
+ | -f [[prom.yaml]] | ||
== See also == | == See also == |
Revision as of 06:09, 24 August 2022
helm repo add prometheus-community
Basic example:
helm install MY NAME prometheus-community/kube-prometheus-stack
Grafana integration:
helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ --set='grafana.sidecar.dashboards.enabled=true' \ --set='grafana.sidecar.dashboards.searchNamespace=true' \ --set='prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues=false' \ --set='prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false' \ --set='prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false' \ --set='prometheus.prometheusSpec.probeSelectorNilUsesHelmValues=false' \ --create-namespace \ --namespace monitoring \ --version 39.5.0 \ -f prom.yaml
See also
helm repo [ add | update | list | index | remove ]
,helm search
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: