Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Last active February 7, 2018 19:10
Show Gist options
  • Save jamtur01/e0b469392db2f6f8d2107a174fa96699 to your computer and use it in GitHub Desktop.
Save jamtur01/e0b469392db2f6f8d2107a174fa96699 to your computer and use it in GitHub Desktop.
Prometheus on Kubernetes
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