Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 827 Bytes

readme.adoc

File metadata and controls

26 lines (19 loc) · 827 Bytes

Consul Showcase

This directory contains the Consul showcase used for our talk on Consul as infrastructure component for service discovery.

Showcase description

The cluster in this showcase provides a time service which allows you to retrive the current time stamp as JSON document via REST. The cluster contains three instances of this timeservice behind a single HAProxy instance, used to balance the requests to the timeservice.

Requirements to run the showcase

To run the custer you need the following tools on your local machine:

Note
This showcase was develop on a MacBook and is not tested on an different plattform.