Difference between revisions of "Helm install grafana"
Jump to navigation
Jump to search
↑ https://techblogs.42gears.com/deploying-prometheus-and-grafana-using-helm-in-kubernetes/
Line 15: | Line 15: | ||
datasources.”datasources\.yaml”.datasources[0].name=Prometheus –set datasources.”datasources\.yaml”.datasources[0].type=prometheus –set datasources.”datasources\.yaml”.datasources[0].url=http://prometheus- server.prometheus.svc.cluster.local –set datasources.”datasources\.yaml”.datasources[0].access=proxy –set datasources.”datasources\.yaml”.datasources[0].isDefault=true | datasources.”datasources\.yaml”.datasources[0].name=Prometheus –set datasources.”datasources\.yaml”.datasources[0].type=prometheus –set datasources.”datasources\.yaml”.datasources[0].url=http://prometheus- server.prometheus.svc.cluster.local –set datasources.”datasources\.yaml”.datasources[0].access=proxy –set datasources.”datasources\.yaml”.datasources[0].isDefault=true | ||
<ref>https://techblogs.42gears.com/deploying-prometheus-and-grafana-using-helm-in-kubernetes/</ref> | <ref>https://techblogs.42gears.com/deploying-prometheus-and-grafana-using-helm-in-kubernetes/</ref> | ||
+ | |||
+ | |||
+ | |||
+ | helm install grafana grafana/grafana \ | ||
+ | --namespace grafana \ | ||
+ | --set persistence.storageClassName="gp2" \ | ||
+ | --set persistence.enabled=true \ | ||
+ | --set adminPassword='EKS!sAWSome' \ | ||
+ | --values ${HOME}/environment/grafana/grafana.yaml \ | ||
+ | --set service.type=LoadBalancer | ||
== Related == | == Related == |
Revision as of 18:08, 8 December 2022
helm repo add grafana https://grafana.github.io/helm-charts
helm install --set persistence.enabled=true grafana grafana/grafana
helm install --set persistence.enabled=true grafana grafana/grafana --set ingress.enabled=true
helm install grafana grafana/grafana –namespace grafana –set persistence.enabled=true –set adminPassword=’EKS!sAWSome’ –set datasources.”datasources\.yaml”.apiVersion=1 –set datasources.”datasources\.yaml”.datasources[0].name=Prometheus –set datasources.”datasources\.yaml”.datasources[0].type=prometheus –set datasources.”datasources\.yaml”.datasources[0].url=http://prometheus- server.prometheus.svc.cluster.local –set datasources.”datasources\.yaml”.datasources[0].access=proxy –set datasources.”datasources\.yaml”.datasources[0].isDefault=true [1]
helm install grafana grafana/grafana \ --namespace grafana \ --set persistence.storageClassName="gp2" \ --set persistence.enabled=true \ --set adminPassword='EKS!sAWSome' \ --values ${HOME}/environment/grafana/grafana.yaml \ --set service.type=LoadBalancer
Related
See also
- Grafana, Grafana datasources, Grafana Alerting, Grafana installation, Grafana Labs, Grafana Changelog,
Grafana logs
,docker-compose.yml (Grafana)
, Grafana Loki, Grafana Tanka, StatsD and Graphite,grafana-cli
, Loki, LogQL, Grafana Enterprise, Grafana Cloud, Grafana alerts, Amazon Grafana, Grafana OnCall, Grafana Tempo, Grafana Mimir, Grafana agent, plugins, Terraform, Grafana dashboards,/etc/grafana/grafana.ini
, Grafana Pyroscope
Advertising: