kubernetes-prometheus

Kubernetes Setup for Prometheus and Grafana

Github stars Tracking Chart

CircleCI

Kubernetes Setup for Prometheus and Grafana

Quick start

To quickly start all the things just do this:

kubectl apply \
  --filename https://raw.githubusercontent.com/giantswarm/prometheus/master/manifests-all.yaml

This will create the namespace monitoring and bring up all components in there.

To shut down all components again you can just delete that namespace:

kubectl delete namespace monitoring

Default Dashboards

If you want to re-import the default dashboards from this setup run this job:

kubectl apply --filename ./manifests/grafana/import-dashboards/job.yaml

In case the job already exists from an earlier run, delete it before:

kubectl --namespace monitoring delete job grafana-import-dashboards

To access grafana you can use port forward functionality

kubectl port-forward --namespace monitoring service/grafana 3000:3000

And you should be able to access grafana on http://localhost:3000/login

More Dashboards

See grafana.net for some example dashboards and plugins.

  • Configure Prometheus data source for Grafana.
    Grafana UI / Data Sources / Add data source

    • Name: prometheus
    • Type: Prometheus
    • Url: http://prometheus:9090
    • Add
  • Import Prometheus Stats:
    Grafana UI / Dashboards / Import

    • Grafana.net Dashboard: https://grafana.net/dashboards/2
    • Load
    • Prometheus: prometheus
    • Save & Open
  • Import Kubernetes cluster monitoring:
    Grafana UI / Dashboards / Import

    • Grafana.net Dashboard: https://grafana.net/dashboards/162
    • Load
    • Prometheus: prometheus
    • Save & Open

Credit

Alertmanager configs and integration in this repository was heavily inspired by the implementation in kayrus/prometheus-kubernetes.

Main metrics

Overview
Name With Ownergiantswarm/prometheus
Primary LanguageMustache
Program languageShell (Language Count: 2)
Platform
License:Apache License 2.0
所有者活动
Created At2016-07-06 07:53:50
Pushed At2021-12-06 16:08:43
Last Commit At2021-12-06 17:08:43
Release Count3
Last Release Namev0.0.3 (Posted on 2019-04-05 12:50:58)
First Release Namev0.0.1 (Posted on 2019-01-21 17:07:02)
用户参与
Stargazers Count854
Watchers Count49
Fork Count422
Commits Count163
Has Issues Enabled
Issues Count70
Issue Open Count19
Pull Requests Count59
Pull Requests Open Count4
Pull Requests Close Count10
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private