Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hatamiarash7/kubernetes-minio
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-03-15T20:35:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T21:00:53.000Z (9 months ago)
- Last Synced: 2024-10-22T19:29:17.284Z (2 months ago)
- Topics: kubernetes, minio, minio-client, minio-cluster, minio-server, storage
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`