Loki S3 (kubernetes)
Grafana Loki is a horizontally scalable, highly available, multi-tenant log aggregation system which supports S3 as a storage backend.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
21
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
grafana.enabled | boolean | Enabling this will install Grafana for searching and viewing logs. If you have an existing Grafana instance you would prefer to use you can disable installation of this instance. |
loki.scalable | boolean | Loki can run in two modes: a simple, single binary “monolithic” mode, and a massively scalable, distributed mode. Monolithic consumes fewer resources and is suitable for smaller workloads (up to ~100GB per day). Scalable mode should be enabled for larger workloads, or if you would like to separate read and write concerns. |
namespace | string | Application will be deployed into this namespace. If the namespace doesn’t exist, it will be created. |
promtail.enabled | boolean | Promtail is the standard log aggregator and shipper for Loki. If you have an existing log shipper you prefer to use, you can disable installation of Promtail |