<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>prometheus on Dileep Kumar</title>
    <link>https://dileepkumar.dev/tags/prometheus/</link>
    <description>Recent content in prometheus on Dileep Kumar</description>
    <image>
      <title>Dileep Kumar</title>
      <url>https://dileepkumar.dev/papermod-cover.png</url>
      <link>https://dileepkumar.dev/papermod-cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 13 Jan 2025 00:25:00 +0530</lastBuildDate><atom:link href="https://dileepkumar.dev/tags/prometheus/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Monitoring with Prometheus and Grafana: Complete Setup Guide</title>
      <link>https://dileepkumar.dev/post/kubernetes-monitoring-prometheus-grafana/</link>
      <pubDate>Mon, 13 Jan 2025 00:25:00 +0530</pubDate>
      
      <guid>https://dileepkumar.dev/post/kubernetes-monitoring-prometheus-grafana/</guid>
      <description>Introduction Production Kubernetes clusters require robust monitoring. Prometheus collects metrics, while Grafana visualizes them, providing complete observability into your cluster&amp;rsquo;s health and performance.
Architecture Kubernetes Cluster ↓ Prometheus (Metrics Collection) ↓ Grafana (Visualization) ↓ Dashboards &amp;amp; Alerts Installing with Helm Add Prometheus Community Helm repo:
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update Install kube-prometheus-stack:
helm install prometheus prometheus-community/kube-prometheus-stack \ --namespace monitoring \ --create-namespace Verify installation:
kubectl get pods -n monitoring kubectl get svc -n monitoring Accessing Grafana Port forward:</description>
    </item>
    
  </channel>
</rss>
