Skip to content

Container which uses etcd to inform an haproxy_updater container that a new service exists

Notifications You must be signed in to change notification settings

bewt85/mayfly-container-registrar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mayfly-container-registrar

This is part of mayfly which demonstrates the concept of testing groups of versions of services in short lived virtual environments.

This is a docker container which runs a script to publishes the details of new containers to etcd. These changes are picked up by haproxy_updater which in turn updates haproxy.

Personally I think it would be better to rip out this container and etcd and replace both with consul and some proper health checks.

You can build your own versions of the ontainers by setting the following environment variable to your docker index username (if you don't it uses mine) and running this bash script:

export DOCKER_ACCOUNT_NAME=<your_name>
sudo -E ./build.sh

About

Container which uses etcd to inform an haproxy_updater container that a new service exists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages