Forum Discussion
aferland
Mar 12, 2021Copper Contributor
Azure ML Inference Cluster - AKS with Private IP
I have an AKS cluster in a VNET/Subnet. My AKS is linked to AzureML. I successfully deployed an Azure ML service to that AKS. However, I see that the azureml-fe service is responding to a public IP...
ibnmbodji
Mar 19, 2021Steel Contributor
Hi
You can implement for AKS and ML workspace Azure Private Link.
So you can have a fully private environment . Check also the limitations before implementing .
If you hide everything from the Internet you will need to provide a way to access workloads . It can be Jumphost inside the Azure or behind VPN /Express route connection .
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-private-link?tabs=python
https://docs.microsoft.com/en-us/azure/aks/private-clusters