Merge pull request #20 from andrewwatson/patch-1
website: s/Serf/Consul/g
This commit is contained in:
commit
12c202efaf
|
@ -3,7 +3,7 @@
|
|||
<div class="container">
|
||||
<div class="jumbo-logo hidden-xs hidden-sm"></div>
|
||||
<div class="col-lg-5 col-md-5">
|
||||
<h2 class="rls-l">Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.</h2>
|
||||
<h2 class="rls-l">Consul is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.</h2>
|
||||
</div>
|
||||
<!-- <p><a class="btn btn-primary btn-lg">Learn more »</a></p> -->
|
||||
</div>
|
||||
|
@ -18,13 +18,13 @@
|
|||
</div>
|
||||
<div class="col-lg-7 col-md-7">
|
||||
<h2>Gossip-based Membership</h2>
|
||||
<p>Serf relies on an efficient and lightweight gossip protocol to communicate with nodes. The Serf agents periodically exchange messages with each other in much the same way that a zombie apocalypse would occur: it starts with one zombie but soon infects everyone. In practice, the gossip is <a href="/docs/internals/simulator.html">very fast and extremely efficient.</a></p>
|
||||
<p>Consul relies on an efficient and lightweight gossip protocol to communicate with nodes. The Serf agents periodically exchange messages with each other in much the same way that a zombie apocalypse would occur: it starts with one zombie but soon infects everyone. In practice, the gossip is <a href="/docs/internals/simulator.html">very fast and extremely efficient.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-7 col-md-7">
|
||||
<h2>Failure Detection</h2>
|
||||
<p>Serf is able to quickly detect failed members and notify the rest of the cluster. This failure detection is built into the heart of the gossip protocol used by Serf. Like humans in a zombie apocalypse, everybody checks their peers for infection and quickly alerts the other living humans. Serf relies on a random probing technique which is proven to efficiently scale to clusters of any size.</p>
|
||||
<p>Consul is able to quickly detect failed members and notify the rest of the cluster. This failure detection is built into the heart of the gossip protocol used by Serf. Like humans in a zombie apocalypse, everybody checks their peers for infection and quickly alerts the other living humans. Serf relies on a random probing technique which is proven to efficiently scale to clusters of any size.</p>
|
||||
</div>
|
||||
<div class="col-lg-5 col-md-5">
|
||||
<span class="icn icn2"></span>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
<div class="col-lg-7 col-md-5">
|
||||
<h2>Custom Events</h2>
|
||||
<p>In addition to managing membership, Serf can broadcast custom events. These can be used to trigger deploys, restart processes, spread tales of human heroism, and anything else you may want. The event system is flexible and lightweight, making it easy for application developers and sysadmins alike to leverage.</p>
|
||||
<p>In addition to managing membership, Consul can broadcast custom events. These can be used to trigger deploys, restart processes, spread tales of human heroism, and anything else you may want. The event system is flexible and lightweight, making it easy for application developers and sysadmins alike to leverage.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- /container -->
|
||||
|
|
Loading…
Reference in New Issue