diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 392fec6fe1..d6f1b4cb90 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -28,7 +28,10 @@

Service Discovery

-

Consul makes it simple for services to register themselves, and to discover other services via a DNS or HTTP interface.

+

+ 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.

@@ -53,7 +56,7 @@

Multi Datacenter

-

Consul scales to multiple datacenters out of the box, with no complicated configuration.

+

Consul scales to multiple datacenters out of the box, with no complicated configuration. Look up services in other datacenters, or keep the request local.

@@ -63,8 +66,8 @@
-

Shared Configuration

-

Store hierarchical key/value configuration data for services and get notified when any of these values change.

+

Key/Value Storage

+

Flexible key/value store for dynamic configuration, feature flagging, coordination, leader election and more. Long poll for near-instant notification of configuration changes.

@@ -80,9 +83,8 @@

DNS Query Interface

- 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.