helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Optional Daemonset deployment

Open ganey opened this issue 9 months ago • 0 comments

I noticed it isn't currently possible to deploy this as a kube Daemonset.

The changes needed are quite small, and obviously we default to the current behaviour.

Using a replica count higher than the number of nodes seems counter productive based on documentation here: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/deploy-tunnels/system-requirements/#recommendations

Multiple pods per node would then be fighting for the same ephemeral ports, so using a daemonset we can cap the cloudflared at 1 per node.

ganey avatar Jan 07 '25 16:01 ganey