DNS Providers which perform and respond to Health Checks
I'm looking for a DNS provider that will perform health checks (http) against several configured web servers, from multiple IP addresses, and that will automatically add/remove A records from my Zone accordingly. Do such providers exist? If so, can anybody recommend one?
I use https://developers.cloudflare.com/load-balancing/understand-... "DNS-only" mode. You configure pools of IP addresses (you can also use hostname) behind a domain or subdomain (e.g. www), and configure health check. Then if a server goes down it gets removed until the health check passes again. Checks can be configured to come from multiple locations to avoid false positives.