1. 程式人生 > >mesos之分布式管理器

mesos之分布式管理器

mesos



Program against your datacenter
like it’s a single pool of resources

Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.

What is Mesos? A distributed systems kernel

Mesos is built using the same principles as the Linux kernel, only at a different level of abstraction. The Mesos
kernel runs on every machine and provides applications (e.g., Hadoop, Spark, Kafka, Elasticsearch) with API’s for
resource management and scheduling across entire datacenter and cloud environments.




Mesos

http://mesos.apache.org/




























http://dongxicheng.org/apache-mesos/meso-architecture/



http://www.csdn.net/article/2015-06-09/2824906




http://www.infoq.com/cn/articles/analyse-mesos-part-01




本文出自 “運維自動化” 博客,請務必保留此出處http://shower.blog.51cto.com/4926872/1971073

mesos之分布式管理器