junos_exporter
junos_exporter copied to clipboard
Kubernetes prometheus-operator templates
I have written a kubernetes deployment with Secrets, ConfigMaps, Service and ServiceMonitor for junos-exporter. Should I add them as a PR here? Or do you want it as a helm chart?
Hey, thank you very much for contributing this to the project. In my opinion a helm chart would be nice, since it's more easy for the user to use.
I have the helm chart written now. How do you want the PR formated? helm-chart in a helm-subdir?
helm/junos_exporter/
cd helm helm install junosexporter ./junos_exporter -f values.yaml
Looks good :+1:
@olanystrom By any chance, do you think its possible to spin up a container/pod for every target in order to mitigate #67 ?
@olanystrom By any chance, do you think its possible to spin up a container/pod for every target in order to mitigate #67 ?
@spolack I assume you want to have separate configs for all targets also. I might have a way to do it, I will try a few ways at home.
@spolack I assume you want to have separate configs for all targets also.
Perhaps it would be a good way would to have an entity "scrape config" which can be assigned to one or more targets.
Best Simon