Open seenu433 opened 1 year ago
You can let Kubeflow create the external load balancer, then export the yaml file with kubectl and then add these lines to the yaml file and re-apply for it to be an internal load balancer. Just make sure when you create your AKS cluster you make it a private cluster so it has access to internal IPS.
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: 'true'
The current ingress deploys a public load balancer and there should be a provision to deploy an internal load balancer if required.