All Projects → minio → m3

minio / m3

Licence: AGPL-3.0 license
MinIO Kubernetes Cloud

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].