Hacker News new | ask | show | jobs
by stingraycharles 1590 days ago
Yup, and you can even have multiple tunnels that are load balanced, so that you don’t even have to fail over.

We have a single API service which is exposed to the internet, and put the CloudFlare tunnel as a sidecar inside the same pods. This way, it’s actually CloudFlare which handles the load balancing, which is surprisingly effective.