How to Set Up Loki, Grafana, and Prometheus
This page is a short setup reference for a common monitoring stack.
Prerequisites
- Install Helm.
- Have a Kubernetes cluster available.
- Make sure you can reach the cluster with
kubectl.
Core steps
- Install the Prometheus Operator.
- Install Loki.
- Expose Grafana locally or through Minikube.
- Retrieve the Grafana credentials from the monitoring namespace.
- Install Fluentd if you want log shipping.