Helm - Grafana Labs
https://grafana.com/docs/loki/latest/installation/helmDeploy Grafana to your cluster. To install Grafana on your cluster with Helm, use the following command: helm install loki-grafana grafana/grafana. Bash. To get the admin password for the Grafana pod, run the following command: kubectl get secret --namespace <YOUR-NAMESPACE> loki-grafana -o jsonpath=" {.data.admin-password}" | base64 --decode ...
Helm | Grafana Labs
grafana.com › docs › lokiInstall Grafana Loki with Helm. The Helm installation runs the Grafana Loki cluster as a single binary. Prerequisites. Make sure you have Helm installed.. Add Loki’s chart repository to Helm: