gobetween icon
gobetween icon

gobetween

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

Cost / License

  • Free
  • Open Source

Platforms

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

Features

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

 Tags

gobetween News & Activities

Highlights All activities

Recent activities

Show all activities

gobetween information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all
gobetween was added to AlternativeTo by yyyar on and this page was last updated .
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