Add mesos chapter

This commit is contained in:
Baohua Yang
2015-06-29 18:20:31 +08:00
parent 2a6620036f
commit 215a5dec0b
10 changed files with 377 additions and 5 deletions

2
mesos/intro.md Normal file
View File

@@ -0,0 +1,2 @@
## 简介
Mesos 是一个集群资源的自动调度平台Apache 开源项目,它的定位是要做数据中心操作系统的内核。目前由 Mesosphere 公司维护,更多信息可以自行查阅 [Mesos 项目地址](http://mesos.apache.org/)或 [Mesosphere](https://mesosphere.com)。