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 - Enable pulling istio/ kubeflow pods from ACR not dockerhub #24

Open mosabami opened 1 year ago

mosabami commented 1 year ago

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.

jgardner04 commented 1 year ago

Some of this work has been done in the jogardn-private-acr branch.