Loki
Installing Loki Stack
- First add Loki’s chart repository to helm
- Then update the chart repository
This command will:
- install grafana
- install prometheus
- install loki
- enable persistence for your stack and create a PVC
To configure your StorageClass, you should specify loki.persistence.storageClassName=longhorn. In this instance, I am utilizing longhorn as the Kubernetes loghorn Provisioner.