website: homepage copy
This commit is contained in:
parent
19baeb42e1
commit
32305507d0
|
@ -28,7 +28,10 @@
|
|||
</div>
|
||||
<div class="col-lg-7 col-md-7">
|
||||
<h2>Service Discovery</h2>
|
||||
<p>Consul makes it simple for services to register themselves, and to discover other services via a DNS or HTTP interface.</p>
|
||||
<p>
|
||||
Consul makes it simple for services to register themselves
|
||||
and to discover other services via a DNS or HTTP interface.
|
||||
Register external services such as SaaS providers, as well.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -53,7 +56,7 @@
|
|||
</div>
|
||||
<div class="col-lg-7 col-md-7">
|
||||
<h2>Multi Datacenter</h2>
|
||||
<p>Consul scales to multiple datacenters out of the box, with no complicated configuration.</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>
|
||||
|
@ -63,8 +66,8 @@
|
|||
<span class="icn config"></span>
|
||||
</div>
|
||||
<div class="col-lg-7 col-md-7">
|
||||
<h2>Shared Configuration</h2>
|
||||
<p>Store hierarchical key/value configuration data for services and get notified when any of these values change.</p>
|
||||
<h2>Key/Value Storage</h2>
|
||||
<p>Flexible key/value store for dynamic configuration, feature flagging, coordination, leader election and more. Long poll for near-instant notification of configuration changes.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -80,9 +83,8 @@
|
|||
<div class="col-xs-12 col-lg-12 explantion">
|
||||
<h2>DNS Query Interface</h2>
|
||||
<p>
|
||||
Look up services using Consul's built-in DNS server. This
|
||||
avoids the need for a Consul-specific client in any of your
|
||||
services.
|
||||
Look up services using Consul's built-in DNS server. Support
|
||||
existing infrastructure without any code change.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue