Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanbekker/loki-helm-deployment-examples
Grafana Loki Deployment Examples on Kubernetes
https://github.com/ruanbekker/loki-helm-deployment-examples
grafana grafana-loki helm kubernetes loki
Last synced: about 1 month ago
JSON representation
Grafana Loki Deployment Examples on Kubernetes
- Host: GitHub
- URL: https://github.com/ruanbekker/loki-helm-deployment-examples
- Owner: ruanbekker
- Created: 2024-09-04T23:04:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T10:06:55.000Z (3 months ago)
- Last Synced: 2024-12-15T12:59:48.479Z (about 2 months ago)
- Topics: grafana, grafana-loki, helm, kubernetes, loki
- Language: HCL
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loki-helm-deployment-examples
Grafana Loki Deployment Examples on Kubernetes## About
This includes deployment examples for the following Loki Deployment methods:
1. [Monolithic / Single Binary](https://grafana.com/docs/loki/latest/get-started/deployment-modes/#monolithic-mode)
2. [Simple Scalable](https://grafana.com/docs/loki/latest/get-started/deployment-modes/#simple-scalable)
3. [Distributed / Microservices](https://grafana.com/docs/loki/latest/get-started/deployment-modes/#microservices-mode)## Supporting Resources
If you need a Kubernetes cluster, you can deploy a 3 node cluster with KinD using Terraform:
```bash
terraform init
terraform apply
```Then set:
```bash
export KUBECONFIG=/tmp/kube.config
```