Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.61 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.61 KB

AIStor

A unified management interface for all the MinIO Enterprise Store features:

  • Observability
  • Key Management
  • Load Balancer
  • Firewall
  • Catalog
  • WARP
  • AdminJob
  • Operator

AIStor runs in Kubernetes.

Pre-requisites

Environment

You can run AIStor on Kubernetes providers such as

  • Redhat Openshift
  • Google Kubernetes Engine
  • Amazon Elastic Kubernetes Service
  • Azure Kubernetes Service
  • Upstream Kubernetes

Other Kubernetes providers may also work.

Getting Started

  1. Install AIStor with the following kubectl command

    kubectl apply -k https://min.io/k8s/aistor
  2. Use kubectl proxy to port forward the AIStor Console to access the User Interface

    kubectl -n aistor port-forward svc/aistor 8444:8444
  3. In your browser, go to http://localhost:8444

  4. AIStor Setup screen prompts for the license.

    The Setup screen asks for a license

    To obtain your license, see the SUBNET cluster registration page.

  5. Create the initial Admin User and click Finish Setup.

    Register the first Admin user

    Provide the email address and password for the user. Enter the password twice.

  6. Login with the created credentials.

    aistor-login.png

  7. Welcome to the AIstor dashboard!

    aistor-dashboard.png