https://github.com/elek/docker-minio
Minio Docker image and Kubernetes resource definitions
https://github.com/elek/docker-minio
flekszible minio
Last synced: 4 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T11:34:26.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T04:44:37.716Z (about 1 year ago)
- Topics: flekszible, minio
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- 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
```