Hacker News new | ask | show | jobs
by bertjk 2743 days ago
I like the basic technical idea behind Backplane, which is that your backend servers "dial-out" and connect to the edge load balancers. Does anyone know why this technique is not used more? Or is it actually common but I just haven't heard of it? If so who/where is it actually done this way?
5 comments

(shameless plug) you might find this interesting: https://github.com/bitnami-labs/udig

It focuses on Zero configuration by skipping the account creation and hostname selection (and long term state) by using the hash of the tunnel destination public key as hostname.

> "your backend servers 'dial-out' and connect to the edge load balancers"

I believe Cloudflare offers this as an option: https://www.cloudflare.com/products/argo-tunnel/

I love the idea of app servers tunneling out (we have an OSS project that does similar: https://github.com/superfly/wormhole). I really hope we get to where that's the default.
I like it as well. It seems like it would provide significant improvements in latency and failing-faster.
Why not just use nginx and zerotier?