Mesos

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기

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

Mesos 개요

분산 시스템 커널

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

구성 요소

  • Framework
  • Zookeeper, Mesos Master, Mesos Slaver
    • Mesos Master : Leader, Standby, Standby
    • Slave : CPU, Memory, Storage 제공
  • Executor, Task
    • Mesos Containerizer : cgroups, namespaces를 사용하여 자원을 할당
      • POSIX systems 명령을 실행하고 결과를 reporting
    • Container : Docker
  • Shared Filessystem

참고 문헌