Hacker News new | ask | show | jobs
by davewritescode 1596 days ago
We integrate the tunnels with CFs load balancer service which basically lets us route traffic to one or more kubernetes clusters. Right now it’s just for failover where we can repoint a zone from one cluster to another but we’re also looking to route traffic geographically.

One of the great things about cloudflare tunnels is that even without load balancer we can send requests to multiple clusters if we want to.

Makes it really easy to replicate stateless services like ingress gateways.