From 783fc1abe35bf0de38945ef927cad9326aecd6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Schr=C3=B6der?= Date: Mon, 19 Oct 2015 19:52:42 +0200 Subject: [PATCH] Add fabio - consul-aware HTTP/HTTPS lb/router Hi hashicorp team, I work at eBay in Amsterdam and I have written a zero-conf consul aware HTTP(S) load-balancer in Go which can be used instead of consul-template + haproxy/varnish/apache/nginx. It builds its routing table from host/path prefixes the services publish via tags and the service status. Once a change is detected it switches the routing table dynamically without restart. It also supports canary testing by routing N% of traffic to a variable number of instances of a service. https://github.com/eBay/fabio We're using it to run all of marktplaats.nl (> 5-10k req/sec peak) through it and parts of kijiji.it which are eBay classifieds sites in the Netherlands and Italy. The code has been under development for the last 5 months and runs now in production and I was able to open-source it a couple of days ago. consul has quickly become our state and coordination backend for our micro services architecture for multiple different platforms in several countries. We're very happy with the quality and ease-of-use of your products and I'm personally looking forward to testing nomad. It would be cool if you could list the project on your consul tools page. Please let me know whether it meets your standards and/or expectations for tools to be listed there. Feel free to ask questions. --- website/source/downloads_tools.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index 67ad9317f..ba3d1d8c8 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -108,6 +108,9 @@ description: |-
  • docker-consul - Dockerized Consul Agent
  • +
  • + fabio - Fast, zero-conf, consul-aware load-balancing HTTP/HTTPS router +
  • git2consul - Mirror the contents of a Git repository into Consul KVs