readme.md 741 B

Installation

# For options:
sudo microk8s enable minio:-h
# Install with 100GB
microk8s enable minio -c 100G -s default

Lots of output. notables:

To open Operator UI, start a port forward using this command:

kubectl minio proxy -n minio-operator

-----------------
Create default tenant with:

  Name: microk8s
  Capacity: 100G
  Servers: 1
  Volumes: 1
  Storage class: default
  TLS: no
  Prometheus: no

APPLICATION	SERVICE NAME    	NAMESPACE     	SERVICE TYPE	SERVICE PORT
MinIO      	minio           	minio-operator	ClusterIP   	80
Console    	microk8s-console	minio-operator	ClusterIP   	9090

You can manage minio tenants using the kubectl-minio plugin.

For more details, use
    microk8s kubectl-minio --help