mirror of https://github.com/minio/minio.git
Remove dead link related to DC/OS Deployment Guide (#9996)
This commit is contained in:
parent
2743d4ca87
commit
ee20ebe07a
|
@ -7,7 +7,6 @@ MinIO is a cloud-native application designed to scale in a sustainable manner in
|
||||||
| [`Docker Swarm`](https://docs.min.io/docs/deploy-minio-on-docker-swarm) |
|
| [`Docker Swarm`](https://docs.min.io/docs/deploy-minio-on-docker-swarm) |
|
||||||
| [`Docker Compose`](https://docs.min.io/docs/deploy-minio-on-docker-compose) |
|
| [`Docker Compose`](https://docs.min.io/docs/deploy-minio-on-docker-compose) |
|
||||||
| [`Kubernetes`](https://docs.min.io/docs/deploy-minio-on-kubernetes) |
|
| [`Kubernetes`](https://docs.min.io/docs/deploy-minio-on-kubernetes) |
|
||||||
| [`DC/OS`](https://docs.min.io/docs/deploy-minio-on-dc-os) |
|
|
||||||
|
|
||||||
## Why is MinIO cloud-native?
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue