MinIO AIStor delivers unmatched enterprise performance, scale, agility and economics for AI data, agentic computing, and analytics.
AIStor extends the most sophisticated object store on the market. It is designed for the exascale data infrastructure challenges presented by modern AI workloads. AIStor provides new features, along with performance and scalability improvements, to enable enterprises to store all AI data in one infrastructure.
Deploy on Google Kubernetes Engine (GKE) through GCP Marketplace with one click.
- Visit MinIO AIStor on GCP Marketplace
- Click "Configure" and fill in parameters
- Click "Deploy"
- Wait 5-10 minutes for deployment to complete
See CLI Deployment Guide for complete instructions.
# Quick example
kubectl create job deployer \
--image=gcr.io/minio-inc-public/minio-aistor/deployer:1.0 \
--namespace=minio-aistor- GKE Cluster - Kubernetes 1.23+ with 4+ nodes (can be created during deployment)
- MinIO AIStor License - JWT format, contact MinIO to obtain
Get your credentials and access the console:
# Get credentials
kubectl get secret minio-aistor-env-config -n minio-aistor \
-o jsonpath='{.data.MINIO_ROOT_USER}' | base64 -d
kubectl get secret minio-aistor-env-config -n minio-aistor \
-o jsonpath='{.data.MINIO_ROOT_PASSWORD}' | base64 -d
# Get Console URL
kubectl get svc minio-aistor-console -n minio-aistor \
-o jsonpath='{.status.loadBalancer.ingress[0].ip}'
# Access at: http://<IP>:9001MinIO AIStor can be customized during deployment. Default configuration:
- 4 servers with 4 volumes each (10Gi per volume)
- 2Gi RAM, 1 CPU per server
- LoadBalancer services for API and Console
📖 See DEPLOYMENT_PARAMETERS.md for all configuration options
- MinIO AIStor Docs - Official MinIO documentation
- CLI Deployment Guide - Deploy using kubectl and gcloud
- Parameter Reference - All 9 configuration parameters
- MinIO Support - https://subnet.min.io
- GCP Marketplace Support - https://cloud.google.com/marketplace/docs/partners/support
BYOL (Bring Your Own License) - License purchased separately from MinIO. Standard GKE infrastructure costs apply.
Contact MinIO for licensing: https://min.io/pricing
This packaging is for deploying MinIO AIStor through GCP Marketplace. See MinIO's licensing terms for the product itself.
Version 1.0.0 • Publisher: MinIO Inc • Contact: https://min.io/contact