Setup reverse proxy to route requests to two alb’s
I have two alb’s
alb1 – created by infra team manually to serve all the requests from asp.net MVC application
alb2 – created by Kubernetes automatically to serve all the pages from the next.js app
now I want to serve both the old and new pages(next.js) in a single domain.