Skip to content
/ eos Public

MinIO Enterprise Object Store

Notifications You must be signed in to change notification settings

minio/eos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinIO Enterprise Object Store

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

  • Observability
  • Key Management
  • Load Balancer
  • Firewall
  • Cache
  • Operator

MinIO Enterprise Object Store runs in a Kubernetes cluster.

Pre-requisites

Environment

You can run MinIO Enterprise Object Store 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 MinIO Enterprise Object Store with the following kubectl command

    kubectl apply -k https://dl.min.io/eos.git/resources/base
  2. Use kubectl proxy to port forward the Enterprise Console to access the User Interface

    kubectl -n eos port-forward svc/eos-controller 8444:8444
  3. In your browser, go to https://localhost:8444

  4. The MinIO Enterprise Object Store 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, then select Setup Access Points and click Finish Setup.

    Register the first Admin user

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