-
cloudflare-operator
A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
We do the same (also on Hetzner dedicated hosts), but we use https://github.com/adyanth/cloudflare-operator. Its been running without a hitch for about 3 months. It doesn’t always clean up its DNS records upon deletion, but otherwise we’re very happy with it.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Tired of all the added complexity I decided to give Cloudflare Tunnels a try, I simply followed this guide: https://github.com/cloudflare/argo-tunnel-examples/tree/master/named-tunnel-k8s added an HPA and we were off to the races.
-
Did you actually use the Hetzner LBs or did you just send traffic to the NodePort?