Skip to content

Naresh240/prometheus-alertmanager-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus-alertmanager-kubernetes

Pre-Requisites:

EKS-Cluster

Deploy Node Exporter

kubectl apply -f node-exporter

Deploy kube-state-metrics

kubectl apply -f kube-state-metrics

Deploy alertmanager

kubectl apply -f alertmanager

Deploy prometheus

kubectl apply -f prometheus

Note:

Here I kept two rules: (we can get alaram)

  1. CPU Utilization High for Nodes
  2. Pod status Pending/Unknown

Alaram1: Connect to node and try to increase CPU Utilization, will get Alaram

Alaram2: Deploy nginx

kubectl apply -f nginx-deployment.yml

Nginx Pod status will be under pending state, So will get Alaram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published