minio / m3

MinIO Kubernetes Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m3 (mkube)

MinIO Kubernetes Cloud

Installation

You can apply all the files located in k8s/base/ to install m3

kubectl apply -f k8s/base/

Or you can use kustomize to build a single file to apply which supports customizations

kustomize build k8s/base/ | kubectl apply -f -

Development

If you want to do some development for m3 please refer to our Development document

About

MinIO Kubernetes Cloud

License:GNU Affero General Public License v3.0


Languages

Language:Go 94.8%Language:Shell 2.9%Language:Makefile 1.5%Language:Dockerfile 0.9%