Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

mesoscloud/haproxy-marathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Docker Stars Docker Pulls

haproxy-marathon

Join the chat at https://gitter.im/mesoscloud/mesoscloud

The purpose of this image is to generate HAProxy config using Marathon as a data source and storing the resulting config in ZooKeeper. This allows a dedicated container to run haproxy, monitor ZooKeeper for config changes and reload haproxy when config has been updated.

See https://github.com/mesoscloud/haproxy

Python

e.g.

docker run -d \
-e MARATHON=node-1:8080 \
-e ZK=node-1:2181 \
--name=haproxy --net=host --restart=always mesoscloud/haproxy-marathon:0.2.1

About

[DEPRECATED] Generate HAProxy configuration (using Marathon as a data source)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages