Difference between Kubernetes prometheues operator vs helm chart
Jan 2
Can anyone explain in simple terms what is the difference between deploying Prometheus through Kubernetes operator and Prometheus helm chart or manifest file? The question is not just pertaining to Prometheus alone but in general
1 answer
Accepted answer · original discussion
Jan 2
Both prometheus and the prometheus operator can be installed via helm charts. For installing prometheus operator you have this chart while for deploying just prometheus you have this chart
So your question would rather be: what's the difference between installing an operator vs installing the application directly.
The answer is that the operator does more things for you, one example being that it makes service discovery easier: in order to get data from a service you must usually add an annotation to it, altering the target service, while with the operator you just create a ServiceMonitor resource.
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.