Hi,
I want to setup Prometheus, for monitoring my application in kubernetes only (a few namespaces).
I have found that scrape config has a namespaces setting to limit what it tries to scrape, and so does kube-state-metrics.
I was trying to use stable/prometheus helm chart with helm 3, but it fails horribly with:
I can't seem to find any guides on how to do it :(
My account don't have cluster-admin - so I need to specify what I need setup, for me to be able to run Prometheus to monitor my own application namespaces.
I have access to the namespaces, and can see pods with k9s (or kubectl :) just fine.
Any hints appreciated.