I have followed instructions in https://fizzylogic.nl/2017/06/16/how-to-connect-azure-api-management-to-your-kubernetes-cluster/ and managed to get connection from the API Management to micro service running in Kubernetes cluster. However, the instructions cover connection ONLY TO A SPECIFIC NODE. In real world there will be multiple nodes and perhaps even auto scaling so that the nodes come and go. So, isn't it possible to connect the API management to the Kubernetes service instead?
Or how should I work if I wanted to use AKS to orchestrate microservices and Azure API Manager to publish API's out from them?