mirror of https://github.com/hashicorp/consul
typo: configuraiton -> configuration
parent
a7a51baf5c
commit
2319520f52
|
@ -26,7 +26,7 @@ can register and deregister the services they provide, enabling dependent
|
||||||
applications and services to rapidly discover all providers. By using the
|
applications and services to rapidly discover all providers. By using the
|
||||||
integrated health checking, Consul can route traffic away from unhealthy
|
integrated health checking, Consul can route traffic away from unhealthy
|
||||||
nodes, allowing systems and services to gracefully recover. Static configuration
|
nodes, allowing systems and services to gracefully recover. Static configuration
|
||||||
that may be provided by configuraiton management tools can be moved into the
|
that may be provided by configuration management tools can be moved into the
|
||||||
dynamic key/value store. This allows application configuration to be updated
|
dynamic key/value store. This allows application configuration to be updated
|
||||||
without a slow convergence run. Lastly, because each datacenter runs indepedently,
|
without a slow convergence run. Lastly, because each datacenter runs indepedently,
|
||||||
supporting multiple datacenters is no different than a single datacenter.
|
supporting multiple datacenters is no different than a single datacenter.
|
||||||
|
|
Loading…
Reference in New Issue