Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elek/docker-minio
Minio Docker image and Kubernetes resource definitions
https://github.com/elek/docker-minio
flekszible minio
Last synced: 17 days ago
JSON representation
Minio Docker image and Kubernetes resource definitions
- Host: GitHub
- URL: https://github.com/elek/docker-minio
- Owner: elek
- License: apache-2.0
- Created: 2020-05-17T15:04:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T11:34:26.000Z (over 4 years ago)
- Last Synced: 2024-10-31T21:13:01.543Z (2 months ago)
- Topics: flekszible, minio
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Minio](https://github.com/minio/minio/) Docker image and Kubernetes resource definitions
Docker image: `elek/minio`
Using in Kubernetes:
Install [flekszible](https://github.com/elek/flekszible)
```
cd /tmp/test
flekszible init
flekszible source add github.com/elek/docker-minio
flekszible app add minio
flekszible generate
kubectl apply -f
```