Install MinIO in the namespace minio-system with the user as admin@seldon.io. Ensure to replace <password> with a password of your choice in the following commands:
Open your browser and navigate to http://127.0.0.1:9000/minio/ to access MinIO.
Find the IP address of the Seldon Enterprise Platform instance running with Istio:
ISTIO_INGRESS=$(kubectl get svc -n istio-system istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
ISTIO_INGRESS+=$(kubectl get svc -n istio-system istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
echo "MinIO: http://$ISTIO_INGRESS/minio/"
Open your browser and navigate to http://$ISTIO_INGRESS/minio/ to access Seldon Enterprise Platform. Where $ISTIO_INGRESS is the IP address of Seldon Enterprise Platform.