Openshift/K8 Cluster Overview
94,036

Created 11/29/2017
Updated 1/30/2018
Revision 6
Categories
Docker
Grafana Version >=4.5.0
Datasources
Prometheus

You will need to label your servers as follows:

Master Servers: role=master

Infrastructure Severs: role=infra

Application/Node Servers: role=app

Then you will need cAdvisor, kube-state-metrics and node-exporter to get all the info you need.

https://github.com/google/cadvisor

https://github.com/kubernetes/kube-state-metrics

https://github.com/prometheus/node_exporter

For all your Openshifters out there, here is a simple setup:

oc new-app google/cadvisor

oc new-app openshift/kube-state-metrics

oc create serviceaccount node-exporter

oc adm policy add-scc-to-user privileged -z node-exporter

Get Dashboard
Download
Copy to Clipboard
Source Grafana.com