GithubHelp home page GithubHelp logo

promethus-grafana's Introduction

prothues-grafana

promthus-grafana-monitoring 11802,1860,17375----> grafana no

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts

helm repo add grafana https://grafana.github.io/helm-charts

helm repo update

Create monitoring namespace

kubectl create namespace monitoring

Create storageclass

kubectl apply -f storage.yaml

Create pv for promethus

kubectl apply -f pv.yaml

helm install prometheus prometheus-community/prometheus
--namespace monitoring
--set alertmanager.persistentVolume.storageClass="local-storage"
--set server.persistentVolume.storageClass="local-storage"

helm install grafana grafana/grafana
--namespace monitoring
--set persistence.storageClassName="local-storage"
--set persistence.enabled=true
--set adminPassword='ConVer'
--values /root/environment/grafana/grafana.yaml
--set service.type=NodePort

ref: https://gist.github.com/ArunMagi/0249c48695c7cb86d9659ec3b46de4a6

************************* pods and node cpu utlization *******************

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml

wget https://raw.githubusercontent.com/pythianarora/total-practice/master/sample-kubernetes-code/metrics-server.yaml
 
 
 kubectl create -f metrics-server.yaml

promethus-grafana's People

Contributors

arunmagi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.