Exposing a web service with Cloudflare Tunnel
1–10 of 186 posts
Re: Exposing a web service with Cloudflare Tunnel
#2Re: Exposing a web service with Cloudflare Tunnel
#3Re: Exposing a web service with Cloudflare Tunnel
#4Re: Exposing a web service with Cloudflare Tunnel
#5This looks pretty interesting to me. Self-hosting a webapp origin server on hardware in my house, fronted by CloudFlare... hmm. Food for thought.
Re: Exposing a web service with Cloudflare Tunnel
#6It makes a ton of things like cluster failover much simpler than they otherwise would be.
Re: Exposing a web service with Cloudflare Tunnel
#7I use this to expose services running in Kubernetes clusters and have Cloudflare tunnel pointing at my Kube gateways. It makes a ton of things like cluster failover much simpler than they otherwise would be.
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.
Re: Exposing a web service with Cloudflare Tunnel
#8The reason why is because Alan is awesome.
Re: Exposing a web service with Cloudflare Tunnel
#9This looks pretty interesting to me. Self-hosting a webapp origin server on hardware in my house, fronted by CloudFlare... hmm. Food for thought.
Re: Exposing a web service with Cloudflare Tunnel
#10I use this to expose services running in Kubernetes clusters and have Cloudflare tunnel pointing at my Kube gateways. It makes a ton of things like cluster failover much simpler than they otherwise would be.