https://pulumi.com logo
k

kind-mechanic-53546

09/09/2020, 11:42 PM
Does anyone have any advice on which prometheus deployment method to use? Per prometheus-operator, there are many options(Prometheus Operator vs. kube-prometheus vs. community helm chart) Which one to use?
l

limited-knife-15571

09/10/2020, 5:53 AM
I had a big play last month about that. What I setup at the end with this. I install the operator operator hub I install prometheus using operator hub crd I didn't want to use helm and wanted to standardize my component using crd https://operatorhub.io/operator/prometheus
I can share python coffee that do that later when I have my computer
k

kind-mechanic-53546

09/10/2020, 7:35 AM
thanks @limited-knife-15571, looks interesting, please share
w

worried-city-86458

09/10/2020, 9:31 PM
Previously I've used the helm chart for it and prometheus adapter. I didn't know about operator hub.
k

kind-mechanic-53546

09/13/2020, 10:26 PM
I finally got it working properly with kube-prometheus with a custom namespace and servicemonitor, not too complicated but definitely not plug-and-play with a custom namespace
4 Views