Minor copy changes

This commit is contained in:
Mitchell Hashimoto 2014-04-14 11:53:29 -07:00
parent bbbd24124d
commit 4d7dc32476
2 changed files with 6 additions and 3 deletions

View File

@ -14,8 +14,9 @@ of a reference for all available features.
## What is Consul?
Consul has multiple components, but as a whole, it is tool for managing
and coordinating infrastructure. It provides several key features:
Consul has multiple components, but as a whole, it is tool for discovering
and configuring services in your infrastructure.. It provides several
key features:
* **Service Discovery**: Clients of Consul can _provide_ a service, such as
`api` or `mysql`, and other clients can use Consul to _discover_ providers

View File

@ -9,7 +9,9 @@ sidebar_current: "vs-other-chef"
It is not uncommon to find people using Chef, Puppet, and other configuration
management tools to build service discovery mechanisms. This is usually
done by querying global state to construct configuration files on each
node during a periodic convergence run. Unfortunately, this approach has
node during a periodic convergence run.
Unfortunately, this approach has
a number of pitfalls. The configuration information is static,
and cannot update any more frequently than convergence runs. Generally this
is on the interval of many minutes or hours. Additionally, there is no