From ee20ebe07ac6625c9adb92cab0f9bf48ea6ab063 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Wed, 8 Jul 2020 20:37:53 -0400 Subject: [PATCH] Remove dead link related to DC/OS Deployment Guide (#9996) --- docs/orchestration/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/orchestration/README.md b/docs/orchestration/README.md index 2430af2e6..dbfda4462 100644 --- a/docs/orchestration/README.md +++ b/docs/orchestration/README.md @@ -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 Compose`](https://docs.min.io/docs/deploy-minio-on-docker-compose) | | [`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? 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.