Skip to content

girdharshubham/k8s-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-monitoring

Prerequisites

  • Minikube
  • Kubectl

Bootstrap

minikube start --cpus 2 --memory 5000

  • I'm going to install the monitoring components into a "monitoring" namespace. While this is not necessary, it does show "best practices" in organizing applications by namespace rather than deploying everything into the default namespace. kubectl create -f monitoring-ns.yaml
    kubectl create -f node_exporter_ds.yaml
    kubectl create -f prometheus.yaml
    kubectl create -f grafana.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published