I have an IP Address in one of my resource group(for e.g test-resource-group). I wish to use this IP Address in AKS Created Resource Group(for e.g MC_xxxx_resource-group). The IP allocation for a service in AKS leads to error stating "IP Address is not in resource-group MC_xxxx_resource-group.
I wanted to know, as to what is the easiest mechanism that I can have Public Address created in one resource group be shared with another resource group??
I was able to resolve the issue with the following solution:
In the above fashion, you can use the Public IP Address created in some another resource group for your k8s cluster.
Happy Coding :)