Object Storage
Installing MinIO
Install MinIO in the namespace
minio-system
with the user asadmin@seldon.io
. Ensure to replace<password>
with a password of your choice in the following commands:
Expose MinIO, using the Istio ingress controller. Create a file named
minio-vs.yaml
, with the following contents:
Apply the configuration using:
kubectl apply -f minio-vs.yaml
Access MinIO.
Get the Pod that is running MinIO in the cluster and save it as
$MINIO_POD_NAME.
You can use port-forwarding to access your application locally.
Open your browser and navigate to
http://127.0.0.1:9000/minio/
to access MinIO.
Per Namespace Setup
Access to MinIO depends on the storage initializer. This needs to be configured per-namespace for batch jobs. The secret suggested there may also be used for models.
Additional Resources
Last updated