Skip to content

Some important production-grade Kubernetes Ops and DB services

Notifications You must be signed in to change notification settings

jkschneider/k8s-prometheus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus on K8S

Modified from this Medium post

Steps to install

  1. gcloud compute disks create prometheus-volume --size=250GB --type=pd-ssd, enter list and then the correct zone number.
  2. kubectl apply -f monitoring/prometheus/ (kubectl get svc -n monitoring to see external IP).
  3. kubectl apply -f monitoring/proxy/
  4. kubectl create deployment grafana --image=docker.io/grafana/grafana:6.1.6 -n monitoring
  5. kubectl expose deploy grafana --type=LoadBalancer --name=grafana --port=3000 -n monitoring

About

Some important production-grade Kubernetes Ops and DB services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published