Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hatamiarash7/kubernetes-minio

Deploy MinIO to Kubernetes
https://github.com/hatamiarash7/kubernetes-minio

kubernetes minio minio-client minio-cluster minio-server storage

Last synced: 25 days ago
JSON representation

Deploy MinIO to Kubernetes

Awesome Lists containing this project

README

        

# Kubernetes MinIO
Deploy MinIO to Kubernetes

## Install

We have MinIO and MinIO Client. Configure your options ( See [here](https://github.com/helm/charts/tree/master/stable/minio#configuration) for full list of option ) and run :

```shell
helm install minio -f helm-values.yml stable/minio
```

* Enable `Ingress` and access MinIO Browser from [http://minio.local](http://minio.local)
* Login using `accessKey` and `secretKey` that defined in `helm-values.yml`