@Jamie Neubert Thank you for reaching out to Microsoft Q&A. We apologize for the delay in response.
I understand that you want to attach your AKS to a Load Balancer and point traffic to the AKS Cluster and remaining traffic to the old internal IP.
Here is some documentation to setup AKS with Load Balancer-
Public Load Balancer: https://learn.microsoft.com/en-us/azure/aks/load-balancer-standard
Internal Load Balancer: https://learn.microsoft.com/en-us/azure/aks/internal-lb
However, you cannot route traffic based on paths using a Load Balancer and may need an Application Gateway to that. Here is a document that explains how to integrate an application gateway with AKS- https://azure.microsoft.com/en-us/blog/application-gateway-ingress-controller-for-azure-kubernetes-service/
Here is an similar setup i.e., Multiple Site Hosting on Azure Application Gateway integrated with Azure AKS that may help you.
Hope this helps. Please let usknow if you require any further assistance regarding this and we will be happy to help. Thank you!
Remember:
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
Want a reminder to come back and check responses? Here is how to subscribe to a notification.