How can I access the minio in charmed-kubeflow deployment

Hi All,

Need help in accessing the minio UI in Charmed Kubeflow deployment.

I have tried setting minio-service as Nodeport via kubectl commands and still I am not able to access the UI of minio. Since Kubeflow 1.9 uses minio in backend to hold the training artifacts is it possible to provide default access to the same in volume section ?

Hi @codingfreak ! Thanks for the question. Have you tried directly accessing the UI using the unit’s IP and port 9000? You can find the IP if you run juju status minio.

For the username and password (login UI),use the access_key and secret_key values that you configure beforehand. See minio’s configuration for more info.