Hi.
I am using AKS and want to use a predefined virtual network in Azure. Is that possible?
The reason that I want to do it is I'm connecting to a host from one of the servers which only allows connections from a specific IP (allow-list).
Or is it possible to later use the predefined virtual network as the "master" of the other virtual network created dynamically by the cluster creation?
Another solution I've thought of is using a VPN client in AKS. Is that possible to do with Azure CNI and how would one do it?
I already have an OpenVPN server running on a different server, so if it was possible to connect to that for a specific request to a IP that would also be awesome.