Skip to content

Loki#

This page introduces Loki in KubeStack+ and points you to the logs how-to that uses it.

How it works#

Stakater operates Loki on the cluster as the log aggregation and search layer. Your application emits logs through the OpenTelemetry SDK logs API over OTLP; the in-cluster collector routes them to Loki; you query them in Grafana through Forecastle with LogQL.

What you do#

Instrument your application with the OpenTelemetry SDK and point it at the in-cluster collector via deployment.env in your values.yaml for the Stakater Application Helm Chart.

Next step#

Continue to Logs for the full guide.