Change release date to July of 2021

This commit is contained in:
dennis.ludwig
2021-07-12 10:19:10 +02:00
parent 6242b5c87e
commit 3be826c65a
65 changed files with 0 additions and 0 deletions

14
radar/2021-07-01/loki.md Normal file
View File

@@ -0,0 +1,14 @@
---
title: "Loki"
ring: trial
quadrant: tools
featured: true
---
Archiving indexed log data with a system like Elasticsearch can be expensive and archiving it as simple text files makes it hard to query them.
[Loki](https://grafana.com/oss/loki/) solves this issue by adding a reference database based on Kubernetes labels to each log line similar to Prometheus, but holding the log data inside a simple blob storage like S3.
This allows the user to query the data by pre-defined labels and keeps the costs for indexing low.
Another benefit is the fact that does not have an endpoint for mutating log data which makes the data immutable from a potential compromised system.
We at AOE are using it for longer term log archiving in several Kubernetes clusters.