Questions tagged [minio]

MinIO is a software defined object storage server compatible with Amazon S3, released under Apache License v2.

While being very light-weighted, MinIO supports distributed deployments with erasure coding, bitrot protection and encryption.

For details, see the MinIO site and MinIO Documentation

20 questions
0
votes
0 answers

MinIO operator on minikube is not working

I'm trying to use the MinIO operator on a minikube (1 node) deployed in an EC2 machine. The operator is deployed correctly and the same is for the tenant creation and it seems all good until I try to make a connection to the created tenant. In this…
0
votes
0 answers

Minio console OIDC login using helm chart

I am attempting to setup the minio operator in Kubernetes using the helm chart https://github.com/minio/operator/tree/master/helm/minio-operator It all launches ok, however I'm trying to set it up so you can access the console using your OIDC login,…
thewire247
  • 146
  • 1
  • 6
0
votes
0 answers

Multiple Minio instances on same drive

I've got a following setup: GlusterFS share mounted to three VMs, Minio server over it on one of the VMs, Minio is started in server mode, not gateway nas. Is it safe to run MinIO Server simultaneously on all of the VMs, allowing concurrent…
user50455
  • 131
  • 1
0
votes
1 answer

Nginx reverse proxy the Minio

I am trying to put an Nginx in front of my Minio to serve the static files from the buckets. There are recipes both from Minio and Nginx sites but they never mention a very important concept: credentials. How can I set the simplest way that my nginx…
h.safe
  • 131
  • 1
  • 7
0
votes
0 answers

Kubernetes: Backup to FTP

I want to backup a Kubernetes cluster using velero. Unfortunately I only have access to FTP backup storage. My idea is to start minio in the cluster and have the FTP location mounted in its data directory. Has anyone an idea how I could achieve this…
1
2