You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
minio/docs/orchestration
Nitish Tiwari abffa00b76
Update healthcheck related examples and add head support (#5650)
7 years ago
..
dcos Update Minio on DC/OS doc for latest Minio package (#4549) 7 years ago
docker-compose Update yaml files to latest version RELEASE.2018-03-12T21-25-28Z 7 years ago
docker-swarm Update yaml files to latest version RELEASE.2018-03-12T21-25-28Z 7 years ago
kubernetes Update yaml files to latest version RELEASE.2018-03-12T21-25-28Z 7 years ago
kubernetes-yaml Update healthcheck related examples and add head support (#5650) 7 years ago
minikube Update yaml files to latest version RELEASE.2018-03-12T21-25-28Z 7 years ago
README.md Updated docs with latest images. (#4611) 7 years ago

README.md

Minio Deployment Quickstart Guide Slack Go Report Card Docker Pulls codecov

Minio is a cloud-native application designed to scale in a sustainable manner in multi-tenant environments. Orchestration platforms provide perfect launchpad for Minio to scale. Below is the list of Minio deployment documents for various orchestration platforms:

Orchestration platforms
Docker Swarm
Docker Compose
Kubernetes
DC/OS

Why is Minio cloud-native?

The term cloud-native revolves around the idea of applications deployed as micro services, that scale well. It is not about just retrofitting monolithic applications onto modern container based compute environment. A cloud-native application is portable and resilient by design, and can scale horizontally by simply replicating. Modern orchestration platforms like Swarm, Kubernetes and DC/OS make replicating and managing containers in huge clusters easier than ever.

While containers provide isolated application execution environment, orchestration platforms allow seamless scaling by helping replicate and manage containers. Minio extends this by adding isolated storage environment for each tenant.

Minio is built ground up on the cloud-native premise. With features like erasure-coding, distributed and shared setup, it focusses only on storage and does it very well. While, it can be scaled by just replicating Minio instances per tenant via an orchestration platform.

In a cloud-native environment, scalability is not a function of the application but the orchestration platform.

In a typical modern infrastructure deployment, application, database, key-store, etc. already live in containers and are managed by orchestration platforms. Minio brings robust, scalable, AWS S3 compatible object storage to the lot.

Cloud-native