Category: Software, Database, Kubernetes, Infrastructure, nginx, yaml, shell

In a production environment, a downtime of even a few microseconds is intolerable. It also helps in optimizing cost and other resources proactively.

In this post, we will walk through the steps to deploy Grafana Loki in a Kubernetes environment.

Grafana Loki consists of three components Promtail, Loki, and, Grafana (PLG) which we will see in brief before proceeding to the deployment.

To install Loki run the following commands: Create a prom-oper-values.yaml and add the following values to it: In this, we have added configuration for the Grafana to add Loki as the data source.

Related Articles