Used to check each instance of each deployment of service.
Accepts an array of json object as file-mounted configmap:
{
"Customer": "CustomerName",
"Deployment": "DeploymentName",
"Mode": "Prod|Stage|Dev",
"Region": "Location",
"URL": "https://customer-deployment-region.service.com/api/ready"
}
and outputs statistics to be scraped by prometheus
Rewrite as a persistent deployment with prometheus scraping for simplicity. Just runs permanently on the cluster with node running a cron.
Initial version