gobetween icon
gobetween icon

gobetween

 7 likes

Modern & minimalistic load balancer and router for the Cloud era.

License model

  • FreeOpen Source

Application type

Platforms

  • Windows  [https://github.com/yyyar/gobetween/wiki/Windows-specific-notes](https://github.com/yyyar/gobetween/wiki/Windows-specific-notes)
  • Linux
  No rating
7likes
0comments
0news articles

Features

Suggest and vote on features
  1. Docker icon  Support for Docker
  2.  TCP Proxy
  3.  Load balancing

 Tags

gobetween News & Activities

Highlights All activities

Recent activities

Show all activities

gobetween information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all

Our users have written 0 comments and reviews about gobetween, and it has gotten 7 likes

gobetween was added to AlternativeTo by yyyar on Jun 21, 2016 and this page was last updated Sep 3, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is gobetween?

Modern & minimalistic proxy server for the Cloud era.

  • TCP Load Balancing
  • Clear and beautiful TOML config file.
  • Integrates seamlessly with Docker and with any custom system (thanks to Exec discovery and healtchecks)
  • Single binary distribution (only one gobetween binary + TOML config file)

Backends Discovery: Static - hardcode backends list in config file Docker - query backends from Docker / Swarm API filtered by label Exec - execte arbitrary program and get backends from it's stdout JSON - query arbitrary http url and pick backends from response json (of any structure) Plaintext - query arbitrary http and parse backends from response text with customized regexp SRV - query DNS server and get backends from SRV records

Backends Healthchecks: Ping - simple TCP ping healtcheck Exec - execute arbitrary program passing host & port as options, and read healtcheck status from the stdout

Balancing Strategies: Iphash Leastconn Roundrobin Weight