GithubHelp home page GithubHelp logo

joshuakarjala / rancher-lb-sync Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 8 KB

Allows the Rancher load balancer to automatically register new services and expose them

License: MIT License

Python 99.23% Shell 0.77%

rancher-lb-sync's People

Contributors

joshuakarjala avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

justicel

rancher-lb-sync's Issues

Didn`t work with load balances

Even didn`t start If i use load balancer for "sync".
I need a load balancer because I can not do expose at the service.

lb:
  expose:
  - 80:80
  tty: true
  image: rancher/load-balancer-service
  links:
    nginx: nginx
  stdin_open: true
  labels:
    rancher.lb.sync.register: true
    rancher.lb.sync.domain: test1.dev
    rancher.lb.sync.ext_port: 80
    rancher.lb.sync.service_port: 80
nginx:
  image: nginx:1.9
  tty: true
  stdin_open: true
  volumes_from:
    - web
  labels:
    io.rancher.sidekicks: php-fpm, web
web:
  labels:
    io.rancher.container.start_once: true
    io.rancher.container.pull_image: always
  image: tain/test-web1:latest
  volumes:
    - /var/www/test
    - /etc/nginx/conf.d
  entrypoint: /bin/true
php-fpm:
  image: php:5.5-fpm
  tty: true
  stdin_open: true
  volumes_from:
    - web

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.