Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Consul: The little service discovery system that could

Consul: The little service discovery system that could

What is Consul, why you should care and how you can use it tomorrow.

John Hamelink

March 25, 2015
Tweet

Other Decks in Programming

Transcript

  1. CONSUL THE LITTLE SERVICE DISCOVERY SYSTEM THAT COULD John Hamelink

    [email protected] @john_hamelink github.com/johnhamelink linkedin.com/in/johnhamelink1
  2. John Hamelink The consensus problem requires agreement among a number

    of processes for a single data value. Some of the processes may fail or be unreliable in other ways, so consensus protocols must be fault tolerant. The processes must somehow put forth their candidate values, communicate with one another, and agree on a single consensus value. “ ”