I have EKS with a web app hosted on it, with a load balancer on top. In addition, Route53 DNS name points to a CloudFront distribution that redirects to the load balancer. The issue is whenever the redirection happens, the URL on the browser changes from the Route53 URL to the default ELB endpoint.
How can I make the URL not get changed?