> For the complete documentation index, see [llms.txt](https://memogarcia.gitbook.io/continuous-learning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://memogarcia.gitbook.io/continuous-learning/tech/monitoring/loki.md).

# Loki

```
kubectl create ns loki
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm -n loki upgrade --install loki grafana/loki
```
