Files
awesome-kubernetes/v2-docs/grafana.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
Fix: the per-page resource search box with maturity tag-pills stopped
appearing after navigation.instant was enabled (DOMContentLoaded fires only
on first SPA load). Reworked v2_filter.js to init via Material's document$
observable with a DOMContentLoaded fallback, guard double-injection, bind the
clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12.

Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2
content pages and from v2_optimizer.py — it forced hundreds of links of scroll
on large pages. Replaced by Material's native sticky "On this page" TOC
(removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 18:49:15 +02:00

10 KiB

Grafana

!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

!!! info "Architectural Context" Detailed reference for Grafana in the context of Architectural Foundations.

Kubernetes and Cloud Native

CICD

Continuous Deployment

Observability

Log Management

Deployment Guides

Grafana Loki

  • (2020) Log Monitoring and Alerting with Grafana Loki [COMMUNITY-TOOL] — A detailed deployment guide focusing on log monitoring and alerting integration using Grafana Loki and Promtail. Loki's design indexing only log metadata allows clusters to achieve cost-efficient, low-latency log collection compared to full-text indexing solutions.

Observability and Delivery

Kubernetes Observability

Grafana Cloud

Synthetic Monitoring

Grafana Alerting

  • (2021) grafana.com: Top 5 user-requested synthetic monitoring alerts in Grafana Cloud [COMMUNITY-TOOL] [GUIDE] — Shares actionable configurations for the most prominent user-requested synthetic monitoring alerts in Grafana Cloud, including DNS failures, HTTP latency spikes, SSL certificate expirations, and global availability drops. Facilitates preemptive identification of microservice edge-network connectivity failures before user impact occurs.

Observability and Monitoring

Data Collection

Telemetry Agents

  • (2024) ==grafana/agent: Grafana Agent== 1709 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] [LEGACY] — An agent for metrics, logs, and trace collection. Live grounding confirms Grafana Agent is now deprecated and succeeded by Grafana Alloy, the vendor's unified telemetry collector for OpenTelemetry and Prometheus.

Kubernetes Deployment

Core Infrastructure Dashboards

  • (2024) ==github.com/dotdc/grafana-dashboards-kubernetes 🌟== 3599 [JSON CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Production-grade, community-approved Kubernetes dashboards. Delivers deep, clean observability of APIServer, node memory, CPU scheduling, storage, and pod ingress configurations.

Grafana Ecosystem

  • (2023) devopscube.com: How To Setup Grafana On Kubernetes [ADVANCED LEVEL] [COMMUNITY-TOOL] [GUIDE] — Technical blueprint for deploying Grafana on a Kubernetes cluster. Details setup architectures using Helm charts, Persistent Volume Claims (PVCs) for persistence, and ConfigMaps to configure programmatic dashboards.

Virtualization Monitoring

  • (2023) ==github.com/kubevirt/monitoring== 28 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Defines monitoring instrumentation targets for KubeVirt resources. Provides Prometheus alerting rules and Grafana dashboard templates specifically optimized to monitor VM workloads running in Kubernetes.

Log Management (1)

Kubernetes Logging

Log Aggregation

  • (2024) ==Grafana Loki== [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Grafana Loki is a highly available, multi-tenant log aggregation engine designed to index metadata labels instead of log contents. Minimizes overhead and simplifies Kubernetes-native log parsing.

Metrics Storage

Scalable TSDB

  • (2022) ==github.com/grafana/mimir== 5124 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Grafana Mimir is a highly scalable, multi-tenant database for long-term Prometheus metrics storage. Engineered to easily process billions of active series with fast query performance and operational isolation.

💡 Explore Related: About | Demos | Kubernetes

🔗 See Also: Postman | Angular