Skip to content

v2025.07

Latest
Compare
Choose a tag to compare
@saidsef saidsef released this 20 Jul 10:06
· 7 commits to main since this release
90fec65

Grafana Loki on Kubernetes - v2025.07

Complete monitoring stack deployment with Grafana, Loki, and Prometheus for Kubernetes environments.

Installation

# Create monitoring namespace
kubectl create namespace monitoring

# Deploy all services
kubectl apply -k deployment/ -n monitoring

Features

  • 📊 Grafana - Data visualisation and dashboards
  • 📝 Loki - Log aggregation system
  • 📈 Prometheus - Metrics collection and alerting
  • 🔧 Kustomize - Configuration management
  • 🎯 Production-ready - Optimised for Kubernetes

Components

This release includes:

  • Grafana dashboard with pre-configured datasources
  • Loki for centralised logging
  • Prometheus for metrics collection
  • Service monitors and alerting rules
  • Persistent volume configurations

Requirements

  • Kubernetes cluster (v1.20+)
  • kubectl configured
  • Sufficient cluster resources for monitoring stack

Documentation

See the README for detailed configuration options and troubleshooting.


Full Changelog: https://github.com/saidsef/grafana-loki-on-k8s/commits/v2025.07

What's Changed

  • chore: update architecture diagram by @saidsef in #170
  • chore: minor version bumps for grafana and prometheus by @saidsef in #172
  • feat: add grafana beyla ebpf application auto-instrumentation by @saidsef in #177
  • chore: update services descriptions by @saidsef in #179
  • chore: Enhance Kubernetes target relabeling and label mapping in Alloy config by @saidsef in #180

Full Changelog: v2025.06...v2025.07