Brain Dump

Systems

Mesos

Updated at: 04 Aug 2019 13:52:42

Abstracts CPU, memory, storage, and other compute resources away from machines, distributed systems kernel.

Mesos consists of a master daemon that manages agent daemons running on each cluser node, and Mesos frameworks that run tasks on these agents.

Master enables sharing using resource offers.

Components

  1. Scheduler:

Registers with master to be offered resources

  1. Executor:

Launched on agent nodes to run the framework’s tasks