Update website/content/docs/discovery/services.mdx
Co-authored-by: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com>
This commit is contained in:
parent
584ee9f10e
commit
1bb21ab24e
|
@ -213,7 +213,7 @@ deprecated and has been removed as of Consul 1.1. -->
|
|||
|
||||
### Health Checks
|
||||
|
||||
You can add health checks to your service definition. Health checks perform severaly safety functions, such as allowing a web balancer to gracefully remove failing nodes and allowing a database
|
||||
You can add health checks to your service definition. Health checks perform several safety functions, such as allowing a web balancer to gracefully remove failing nodes and allowing a database
|
||||
to replace a failed secondary. The health check funcationality is strongly integrated in the DNS interface, as well. If a service is failing its health check or a node has any failing system-level check, the DNS interface will omit that
|
||||
node from any service query.
|
||||
|
||||
|
|
Loading…
Reference in New Issue