given the following healthcheck config:
healthchecks: L7: type: HTTPCheck url: http://en.wikipedia.com/_status timeout: 3s check_period: 5s
this healthcheck configuration triggers a DNS query to en.wikipedia.com every 5s (check_period) per realserver, this has several side effects:
- dependency on DNS servers to perform healthchecks
- a valid hostname is required