-
I'm only interested in collecting metrics inside the kubernetes cluster, and exporting metrics for an external prometheus (not in the k8s cluster) that will perform alerting. How do I configure kube-prometheus so only prometheus (plus service monitors, node exporters, etc - but no alertmanager nor grafana) is installed? Is there anything else that can acts as a metrics collector other than prometheus inside a k8s cluster? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can take the example from here, and just comment out the parts you are not interested at the end, that way those components' manifests won't be rendered. |
Beta Was this translation helpful? Give feedback.
You can take the example from here, and just comment out the parts you are not interested at the end, that way those components' manifests won't be rendered.