Posted On 21.07.2026

PLG – monitoring with Prometheus, Loki and Grafana – Pilot

0 comments
confdroid.com >> blog >> PLG – monitoring with Prometheus, Loki and Grafana – Pilot

PLG Stack: Monitoring and Observability in Kubernetes – Pilot Post

For nearly a decade, I’ve been running a personal lab cloud environment. What began as a handful of plain Linux virtual machines has grown steadily as I explored new technologies. In the early days, I managed everything with custom Puppet modules I wrote myself (you can find more details in my deepwiki).

When containerization gained momentum, I hopped aboard the Kubernetes train. Running Kubernetes introduced new challenges for infrastructure monitoring. The ELK stack quickly became too heavy and maintenance-intensive for my needs. Traditional tools like Nagios and Zabbix weren’t well-suited for containerized environments either—though I still rely on a fully Puppet-managed Nagios setup for the underlying Linux nodes.

That’s when I discovered the PLG stack: Prometheus, Loki, and Grafana. It offered a lightweight, powerful observability solution perfectly matched to Kubernetes.

What Each Component Does

  • Prometheus: A time-series database and monitoring system focused on collecting, storing, and querying metrics. It excels at tracking performance data, alerts, and trends.
  • Loki: A log aggregation system designed for simplicity and efficiency. It has a much smaller footprint than Elasticsearch while still delivering fast log search and correlation with metrics.
  • Grafana: The visualization layer. It brings everything together with beautiful dashboards for metrics, logs, traces, and more.

In this series, we’ll explore how to deploy and manage these components inside Kubernetes while using them to monitor both Kubernetes workloads and external infrastructure.

Documentation for these tools can sometimes feel dense or assume advanced knowledge. I’ll break down the fundamentals clearly—sharing the lessons it took me time to learn—so you can get up and running faster.

Since Prometheus is the heart of the stack, we’ll begin there in the next post.


Visualizing the PLG Stack

Here’s a high-level overview of how the components work together:

Advertisements

Mermaid diagram

This diagram shows the flow:

  • Your applications and infrastructure push metrics to Prometheus and logs to Loki.
  • Grafana queries both systems to deliver rich, correlated dashboards.

This pilot sets the stage for the series. In upcoming posts, we’ll dive deep into installing Prometheus in Kubernetes, configuring service discovery, setting up Loki for efficient logging, building effective Grafana dashboards, and more.
Stay tuned! If you have specific questions or topics you’d like covered, feel free to comment below.


Did you find this post helpful? You can support me.

"Buy Me A Coffee"

Substack

ConfDroid Feedback Portal

Author Profile

12ww1160DevOps engineer & architect

Advertisements

Leave a Reply

Your email address will not be published. Required fields are marked *

2 × one =

Related Post

Kubeternetes CNI Flannel on dual-homed nodes

During my quest to move to Kubernetes I seem to run into one issue after…

Brave Browser won’t start after renaming host

Symptoms: Brave Browser will not start at allEnvironment: SymtomsBrave Browser will not start, no error…

The TLS Journey: Fixing Wiki.js → PgBouncer → PostgreSQL (and learning Node.js SNI the hard way)

You know those bugs that look small at first — but then drag you, willingly,…