I recently created an AKS hosting cluster our microservices architecture.
However, we do have some services that cannot be contained like the rest.
My need is to be able to connect the virtual network on which my cluster is located to that of my virtual machines.
I would like to know what is the best way to do this action?
I have so far created two "virtual network gateway" that I have tried to connect between them. However, the status of the connection always remains on "Connecting"
And when I connect to one of the pods in the cluster, the connection doesn't work.
Is there any other way to make it work?