Kubeflow requires pods deployed for it to work. These includes istio and dex pods most of which are deployed via kustomize. Azure customers prefer to pull images from their ACR instead of pulling directly from opensource repositories in dockerhub or gcr.io so that they can use their internal security processes along with it as well as the other benefits ACR provides like an SLA.
Task:
Add the ability to have those images moved to ACR and have the deployments pull images from ACR instead.
Kubeflow requires pods deployed for it to work. These includes istio and dex pods most of which are deployed via kustomize. Azure customers prefer to pull images from their ACR instead of pulling directly from opensource repositories in dockerhub or gcr.io so that they can use their internal security processes along with it as well as the other benefits ACR provides like an SLA.
Task: Add the ability to have those images moved to ACR and have the deployments pull images from ACR instead.