Upgrading | Grafana Labs
https://grafana.com/docs/loki/latest/upgradingUpgrading Grafana Loki. Every attempt is made to keep Grafana Loki backwards compatible, such that upgrades should be low risk and low friction. Unfortunately Loki is software and software is hard and sometimes we are forced to make decisions between ease of use and ease of maintenance. If we have any expectation of difficulty upgrading we will ...
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.
Loki Helm Chart | loki
https://grafana.github.io/loki/chartsDeploy Loki only $ helm upgrade --install loki loki/loki Deploy Promtail only We recommend Promtail to ship your logs to Loki as the configuration is very similar to Prometheus. This allows you to ensure that labels for metrics and logs are equivalent by re-using the same scrape_configs and relabeling configuration.
Loki Helm Chart | loki
grafana.github.io › loki › chartsTo install Grafana on your cluster with helm, use the following command: # with Helm 2 $ helm install stable/grafana -n loki-grafana --namespace <YOUR-NAMESPACE> # with Helm 3 $ helm install loki-grafana stable/grafana -n <YOUR-NAMESPACE>. The chart loki-stack contains a pre-configured Grafana, simply use --set grafana.enabled=true.