Adding kube-prometheus to KOPS on AWS 1.5.x
A running Kubernetes cluster created with KOPS.
These instructions have currently been tested with topology=public on AWS with KOPS 1.7.1 and Kubernetes 1.7.x
Following the instructions in the README:
Example:
git clone -b master https://github.com/coreos/prometheus-operator.git prometheus-operator-temp;
cd prometheus-operator-temp/contrib/kube-prometheus
./hack/cluster-monitoring/self-hosted-deploy
cd -
rm -rf prometheus-operator-temp