1 个仓库
Resource distribution via offers of available CPU and memory to frameworks for acceptance.
Distinct from Resource Allocation: Distinct from static sizing: implements a dynamic offer-and-accept mechanism between master and framework
Explore 1 awesome GitHub repository matching data & databases · Offer-Based Allocation. Refine with filters or upvote what's useful.
Apache Mesos 是一个分布式系统内核和集群资源管理器,抽象了节点池中的 CPU、内存和存储。它作为一个分布式基础设施编排器,提供了一个在共享物理或虚拟机器集上运行多个编排框架的层。 该系统充当资源隔离引擎,将共享集群划分为隔离的容器以并发运行各种工作负载。它实现了多框架编排,允许不同的分布式应用框架共享单个基础设施,从而最大化硬件利用率。 该项目涵盖了大规模计算分发和分布式集群管理。其功能包括管理分布式资源,并跨多个应用隔离计算能力,以防止干扰并确保共享服务器上的稳定性能。
Distributes cluster resources by offering available CPU and memory to frameworks for acceptance or rejection.