add kubernetes alerts

This commit is contained in:
Frederic Branczyk
2016-11-01 14:06:16 +01:00
parent 1795a62841
commit 4a7ede4ffd
6 changed files with 804 additions and 26 deletions

View File

@@ -1,18 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: kube-dns-prometheus-discovery
labels:
k8s-app: kube-dns
annotations:
prometheus.io/scrape: 'true'
spec:
selector:
k8s-app: kube-dns
type: ClusterIP
clusterIP: None
ports:
- name: prometheus
port: 8082
targetPort: 8082
protocol: TCP