I have searched minio.io for hours but id dosn't provide any good information about clustering, dose it has rings and instance are connected? or mini is just for single isolated machine. And for running a cluster we have to run many isolated instance of it and the our app choose to which instance we write?
if yes: When I write a file to a bucket does minio replicate it between multi server? I is it like amazon s3, or openstack swift that support of storing multi copy of object in different servers (and not multi disk on the same machine).