Hello,
I would like to know if there is any way to achieve multi-tenancy in kubeflow's openshift distribution?
I'm on openshift 4.7 and I did manage to install kubeflow using the following kfdef: https://raw.githubusercontent.com/opendatahub-io/manifests/v1.3-branch/distributions/kfdef/kfctl_openshift_v1.3.0.yaml. Once installed, there were no authentication mechanism and thus not ideal for production use-cases.
I did some search and figured out opendatahub's teams are reflecting on an integrated authentication solution for ODH and KF (cluster vs namespace).
Meanwhile, I still need multi-tenancy and I would like to know if it's possible to have kubeflow installed with istio and dex(or keycloak) on openshift 4.7.
Thanks in advance.