mirror of https://github.com/hashicorp/consul
website: Copy changes
parent
3ffbbeacd9
commit
41aa8eb44e
|
@ -31,7 +31,7 @@
|
||||||
<p>
|
<p>
|
||||||
Consul makes it simple for services to register themselves
|
Consul makes it simple for services to register themselves
|
||||||
and to discover other services via a DNS or HTTP interface.
|
and to discover other services via a DNS or HTTP interface.
|
||||||
Register external services such as SaaS providers, as well.</p>
|
Register external services such as SaaS providers as well.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-7 col-md-7">
|
<div class="col-lg-7 col-md-7">
|
||||||
<h2>Failure Detection</h2>
|
<h2>Failure Detection</h2>
|
||||||
<p>Pairing service discovery with health checking prevents routing requests to unhealthy hosts, and enables services to easily provide circuit breakers.</p>
|
<p>Pairing service discovery with health checking prevents routing requests to unhealthy hosts and enables services to easily provide circuit breakers.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-7 col-md-7">
|
<div class="col-lg-7 col-md-7">
|
||||||
<h2>Multi Datacenter</h2>
|
<h2>Multi Datacenter</h2>
|
||||||
<p>Consul scales to multiple datacenters out of the box, with no complicated configuration. Look up services in other datacenters, or keep the request local.</p>
|
<p>Consul scales to multiple datacenters out of the box with no complicated configuration. Look up services in other datacenters, or keep the request local.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -125,10 +125,8 @@
|
||||||
<div class="col-xs-12 col-lg-12 explantion">
|
<div class="col-xs-12 col-lg-12 explantion">
|
||||||
<h2>Key Value Storage</h2>
|
<h2>Key Value Storage</h2>
|
||||||
<p>
|
<p>
|
||||||
Consul provides a flexible, hierarchical key/value store accessible
|
Consul provides a hierarchical key/value store with a simple HTTP API.
|
||||||
via a simple HTTP API. This data is replicated across multiple
|
Managing configuration has never been simpler.
|
||||||
servers and is highly available. Other HTTP APIs let you long poll
|
|
||||||
for changes to a key.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue