Azure / kubeflow-aks

Official repository for the Kubeflow on Azure and AKS project
https://azure.github.io/kubeflow-aks/main/
MIT License
26 stars 18 forks source link

Scenario - Support Kubeflow deployment with an ILB #27

Open seenu433 opened 1 year ago

seenu433 commented 1 year ago

The current ingress deploys a public load balancer and there should be a provision to deploy an internal load balancer if required.

tfontana1 commented 10 months 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'