Hi,
I have a CF tunnel connected to k8s cluster as described in this walkthrough :
https://developers.cloudflare.com/cloudflare-one/tutorials/many-cfd-one-tunnel/
Currently hosted at Digital Ocean.
We’ve noticed while running our env. is that we run multiple cloudflared pods but it only seems to use one per cluster and not load balancing our request between several pods hosting the same service.
We’ve looked at Cloudflare LB but that looks like it’s for Load balancing between two clusters, and not within the actual pods within different nodes.
Does anyone know what is the proper way to achieve Load balancing between the hosted service on different nodes ?
Thank you .