This is a repo with useful kubernetes yaml files to deploy Prometheus and play around with this monitoring Tool.
This repo works fine on my own environment:
- minikube version: v0.34.1
- kubectl version: v1.13.2
- OS: OSX 10.12.06
minikube start
kubectl apply -f prometheus-configmap.yml
kubectl apply -f deployment.yml
kubectl apply -f service.yml
minikube service monitoring-prometheus --url
minikube stop
There are scripts to speed up operations: install.sh and delete.sh