1 repository
Systems that coordinate the placement, scaling, and health monitoring of applications across a distributed cluster of nodes.
Distinct from Workload Distribution Architectures: Existing candidates focus on specific workload types (actors, data, web crawls) or architectural patterns, rather than the general identity of a workload manager.
Explore 1 awesome GitHub repository matching devops & infrastructure · Distributed Workload Managers. Refine with filters or upvote what's useful.
Marathon is an Apache Mesos container orchestrator and distributed workload manager. It serves as a framework for deploying and managing containerized applications and workloads across a distributed cluster. The system functions as a cluster resource scheduler that assigns applications to available resources using a centralized control plane. It distinguishes its orchestration through constraint-based instance placement, which restricts where containers are deployed based on node attributes or rack locations to ensure high availability. The platform provides capabilities for automated cluste
Acts as a centralized coordinator for deploying, scaling, and monitoring containerized workloads across a distributed Mesos cluster.