"Mesos"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
20번째 줄: 20번째 줄:
 
**Scheduler : [[Chronos|Chronos]]
 
**Scheduler : [[Chronos|Chronos]]
 
**[[C++|C++]], [[Java|Java]], [[Python|Python]]
 
**[[C++|C++]], [[Java|Java]], [[Python|Python]]
*Zookeeper, Mesos Master, Mesos Slaver
+
*[[Zookeeper|Zookeeper]], Mesos Master, Mesos Slaver
 
**Mesos Master : Leader, Standby, Standby
 
**Mesos Master : Leader, Standby, Standby
 
**Slave : CPU, Memory, Storage 제공
 
**Slave : CPU, Memory, Storage 제공

2015년 10월 1일 (목) 11:43 판

CPU와 memory 와 storage 와 기타 다른 컴퓨트 리소스들을 추상화 하여 하나의 pool 로서 쓸 수 있게 해주는 분산 시스템 커널인 Apache Mesos를 정리 합니다.

Mesos 개요

분산 시스템 커널

Mesosphere = Mesos + Marathon (PasS Platform) + Chronos (작업 스케쥴러)

구성 요소

참고 문헌