_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Kubernetes Monitoring Stack

01. 09. 2025 1 min read intermediate

Cloud Intermediate

Kubernetes Monitoring Stack

MonitoringPrometheusGrafana 3 min read

Kompletní monitoring pro Kubernetes. Prometheus, Grafana, alerting.

Stack

Standard: Prometheus (metriky) + Grafana (vizualizace) + Alertmanager (alerty).

Installation

# kube-prometheus-stack Helm chart
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm install monitoring prometheus-community/kube-prometheus-stack \
  --namespace monitoring --create-namespace \
  --set grafana.adminPassword=admin

ServiceMonitor

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: myapp
spec:
  selector:
    matchLabels: {app: myapp}
  endpoints:
    - port: metrics
      path: /metrics
      interval: 15s

Summary

kube-prometheus-stack = one-click monitoring. Přidejte /metrics endpoint do aplikací a ServiceMonitor pro scraping.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.