- Login to Azure:
az login
- Create user credentials:
az aks get-credentials -n <AKS_NAME> -g <RESOURCE_GROUP_NAME>
(https://istio.io/docs/setup/getting-started/#download)
- Use kubeflow-install.sh script
Option 2: Install Kubeflow (https://www.kubeflow.org/docs/azure/deploy/install-kubeflow/)
Option 3: Install Kubeflow with Authentication (https://www.kubeflow.org/docs/azure/authentication-oidc/)
Wait until pods in the kubeflow namespaces are up and running
kubectl get pods -n kubeflow