Cloudflare DNS Loadbalancing without SSL termination
I am interested in using cloudflare to load balance across three endpoints but my current setup already provides SSL termination at the origin and everything north of my kubernetes cluster ingress is designed for TCP traffic (ingress does the ssl termination). Is there anyway to do this with cloudflare or is it required to do your SSL termination at the cloudflare proxy?
1 Reply
ANSWER: To anyone that might have the same question, you can just turn off proxying in the load balancer. Obviously youll lose session affinity but other than that, it works perfectly. Thanks for the considerations.