Last active
February 7, 2018 19:10
-
-
Save jamtur01/e0b469392db2f6f8d2107a174fa96699 to your computer and use it in GitHub Desktop.
Prometheus on Kubernetes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl create namespace monitoring | |
kubectl create -f ./prom-config-map-v1.yml -n monitoring | |
kubectl create -f ./prom-config-rules-map-v1.yml -n monitoring | |
kubectl create -f ./prom-deployment.yml -n monitoring | |
kubectl create -f ./prom-service.yml --namespace monitoring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment