Sumo Logic kubernetes integration requires that no Prometheus exists Sumo Logic kubernetes integration requires that no Prometheus exists kubernetes kubernetes

Sumo Logic kubernetes integration requires that no Prometheus exists


I think you most likely will have to go with the below installation option :

  • with your standalone Prometheus (not using Prometheus Operator)

Can you check and paste the output of kubectl get prometheus. If you see any running prometheus, you can run kubectl describe prometheus $prometheus_resource_name and check the labels to verify if it is deployed by the operator or it is a standalone prometheus.

In case it is deployed by Prometheus operator, you can use either of these approaches:

  • side by side with your existing Prometheus Operator
  • update your existing Prometheus Operator


In the end I followed the Sumo Logic integration instructions dedicated to a setup with no pre-existing Prometheus installation and everything worked just fine.