Stop Paying for Kubernetes Load Balancers: Use Cloudflare Tunnel Instead
vinta.ws·4h·
Discuss: Hacker News
Flag this post

timelapse photo of tunnel

To expose services in a Kubernetes cluster, you typically need an Ingress backed by a cloud provider’s load balancer, and often a NAT Gateway. For small projects, these costs add up fast (though someone may argue small projects shouldn’t use Kubernetes at all).

What if you could ditch the Ingress, Load Balancer, and Public IP entirely? Enter Cloudflare Tunnel (by the way, it costs $0).

How Cloudflare Tunnel Works

Cloudflare Tunnel relies on a lightweight daemon called cloudflared that runs within your cluster to establish secure, persistent outbound connections to Cloudflare’s global network (edge servers). Instead of opening inbound firewall ports or con…

Similar Posts

Loading similar posts...