HI,
We have several K8S clusters which we need to monitor from one operator cluster (cluster A) We are using Prometheus on each cluster to monitor the cluster, now in addition we want to monitor from one operator cluster other cluster
Cluster A (operator) should monitor other cluster B
e.g. by calling K8S API server to see that status - from the operator cluster call to the API server via some rest call and keep the data in Prometheus (in operator cluster).
Is it possible to do it with blackbox exporter, currenlty the issue I see is if I provide the endpoint (url) , how should I provide also the kubeconfig of the monitored cluster ?
Thanks,
Jenny