Hi Everyone, Hope you all are doing well :)
*What did you do?* Deployed prometheus using helm in kubernetes cluster locally on my own cluster on my computer and on my company's cluster. Prometheus is configured (by changing values.yaml) to scrape kubernetes pods that have port's name "metrics", so that it can auto discover everytime such a deployment is made. *What did you expect to see?* Prometheus UI should show kubernetes-pods as targets on both my own cluster and my company's cluster *What did you see instead? Under which circumstances?* On my own cluster, everything works fine, everytime I make a deployment that have pods with port's name "metrics", it's added to my prometheus' targets and the metrics are scraped. However, when I deploy the exact same prometheus helm-chart (using the same values.yaml) to my company's cluster, no targets are being shown. I suspect it might be some security issues with my company's cluster, but I am unsure how I should approach this issue. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/aa71d76b-e32d-4e2a-b069-a957ef239408n%40googlegroups.com.

