@vincent15000 What has the server IP address got to do with the application URL? Surely the application is going to have the same URL, no matter what “mirror” is used to serve the request?
It sounds like your boss just wants a load balancer and multiple nodes for redundancy, in case one node fails. Just bear in mind this is going to affect things like sessions and cookies if you use the file driver. As if a session is created on Node A, but then Node B picks up the next request, the session file isn’t going to exist on that node and then the user will be logged out, but logged in again if Node A handles a subsequent request.