Skip to content
/ surok Public
forked from Difrex/surok

Simple service discovery for Apache Mesos clusters

License

Notifications You must be signed in to change notification settings

w1r0x/surok

 
 

Repository files navigation

Surok

Build Status

Service discovery for Apache Mesos.

  • Jinja2 Templates
  • Discovery over mesos-dns
  • Applications config reload

Build

build debian package

cd build
./build.sh build_package

A deb-package will be placed in build/out

build surok base docker image(based on Ubuntu Xenial)

cd build
./build.sh surok_image

build surok base Alpine image

cd build
./build.sh alpine

build surok base CentOS image

cd build
./build.sh centos

ENTRYPOINT is: cd /opt/surok && pytho3 surok.py -c /etc/surok/conf/surok.json

Documentation

Wiki

Known issues

  • python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).

About

Simple service discovery for Apache Mesos clusters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.9%
  • Shell 32.1%