Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Clone the Repository:
git clone https://github.com/dubuntu13/K8s-Monitoring-Suite.git
cd K8s-Monitoring-Suite
  1. Create the Namespace:
kubectl create namespace monitoring-stack
  1. Set Up Persistent Storage:
kubectl apply -f storageclass.yml
cd prometheus-deploy
kubectl apply -f persistantvolumeClaim.yml
kubectl apply -f persistantvolume.yml
  1. Deploy Prometheus:
kubectl apply -f prometheus-dep.yml
  1. Access Services:

    Prometheus: http://nodeIP:30091

About

Monitoring-Stack-With-K8s provides a Kubernetes-based solution for setting up a complete monitoring stack with Prometheus, Zabbix, Grafana, and Loki. This repository is designed to cover all aspects of infrastructure monitoring, ensuring proactive observability and streamlined troubleshooting across server metrics, logs, and application health.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors