Replies: 1 comment
-
I don't followthe concern about space issue. Each component has its own disks which should be (at least for any production like environment) clearly separated. So it is only up to how much disk space you give to your Prometheus cluster and it has nothing to do with whether it runs in the same cluster as Kafka or in a separate one. But apart from that, Strimzi gives you just some example how you can install and use Prometheus. You are of course free to do it in any way you want. But it is up to you to deploy and configure such setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
currently as per Strimzi documentation we installed prometheus on same kubernetes cluster where strimzi kafka cluster setup, but using prometheus on same kubernetes cluster will consume space to store all jmx and other metrics, and it might lead to space issue.
So, we want to avoid installing Prometheus on same kubernetes cluster and want to utilze outside Prometheus and collecting jmx metrics and all other metrics
Beta Was this translation helpful? Give feedback.
All reactions