Hi, for us that are running a operator managed prometheus how can I integrate this with istio ?
We haven’t developed support for the Prometheus Operator yet. It is on the roadmap, but has not yet been tackled. If you have the time and inclination, any work done in that direction would be very welcome.
The config that Istio uses for Prometheus can be found here: https://github.com/istio/istio/blob/d93e9eb86a104c77275e84077fd20435ab1c9cfa/install/kubernetes/helm/subcharts/prometheus/templates/configmap.yaml#L12-L301. There are a few jobs that would be necessary to map over to your setup, including istio-mesh.
How is it with support for BYO of the other components then like Grafana etc?
I couldn’t see that there was a easy way to plugin istio to that.
For grafana, if you have an existing instance, you should be able to just import the dashboards from the repo.
@Endre_Karlson Please take a look at https://github.com/istio/installer/pull/71. We are actively seeking feedback on this approach. Thanks!