Docker系列之(二):使用Mesos管理Docker集羣(Mesos + Marathon + Chronos + Docker)

1. Mesos簡介 1.1 Mesos Apache Mesos 是一個分佈式系統的管理軟件,對集羣的資源進行分配和管理。 Mesos主要由以下幾部分組成: Master: 管理各Slave節點 Slave: 爲集羣提供資源 Framework: scheduler從Master請求資源,executor在Slave上執行任務 Slave節點上的每個executor是一個容器   官方文檔: h
相關文章
相關標籤/搜索