From e2c5bd3711eabaec5fd95a2691edb39c45136436 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Wed, 25 Apr 2018 15:06:25 +0200 Subject: [PATCH] [prometheus addon] Add readme --- cluster/addons/prometheus/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cluster/addons/prometheus/README.md diff --git a/cluster/addons/prometheus/README.md b/cluster/addons/prometheus/README.md new file mode 100644 index 00000000000..ef7288f172b --- /dev/null +++ b/cluster/addons/prometheus/README.md @@ -0,0 +1,5 @@ +# Prometheus Add-on + +This add-on is an experimental configuration of k8s monitoring using Prometheus used for e2e tests. + +For production use check out more mature setups like [Prometheus Operator](https://github.com/coreos/prometheus-operator) and [kube-prometheus](https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus). \ No newline at end of file