Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.51 KB

MinIO

Container running MinIO offering S3 compatible object storage.

Usage with docker

Usage with Kubernetes

Based on Bitnami Object Storage based on MinIO® helm charts

  • Configure default admin password
export MINIO_ROOT_PASSWORD=ChangeIt
# To get dashboard on https://minio.dev.localhost
bash k8s-install.sh
# To get dashboard on https://minio.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh

Resources

Docker :

Kubernetes :

Client usage :