Manifests for Kubernetes Prometheus

The Prometheus server monitoring Kubernetes should be default cover:
- node exporter
- kubelets
- kube-state-metrics
- apiservers

The version in this commit still has certificate issues with the API
server in minikube. Kubelet scraping likely only works in minikube as it
doesn't seem to use https.
This commit is contained in:
Fabian Reinartz
2016-10-19 17:58:43 +02:00
parent d3dab8ef89
commit e1625fecba
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: prometheus.coreos.com/v1alpha1
kind: Prometheus
metadata:
name: prometheus-k8s
labels:
prometheus: k8s
spec: {}