I am facing one issue in kubernetes, I have setup kubernetes like:- One HA proxy server Three Masters servers Two workers
When I deployed the pod, it works fine with ip:portnumber But when I use the ingress service and point to 80 port with domain url. Than I am getting the error. I have created the record in cloudflare with my Worker IP Address.
Before that I have setup the environment with:- One Master and two workers, In that case its working fine. But don't understand why I am getting error in new environment.enter image description here