Install Grafana Loki with Helm - Helm | Grafana Labs
grafana.com › docs › lokiTo 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 ; echo. Bash.
Installation | Grafana Labs
https://grafana.com/docs/loki/latest/installationInstall through Helm Install through Docker or Docker Compose Install and run locally Install from source General process In order to run Loki, you must: Download and install both Loki and Promtail. Download config files for both programs. Start Loki. Update the Promtail config file to get your logs into Loki. Start Promtail.