Apache Mesos Distributed Resource Management Platform
(Redirected from Mesos Platform)
Jump to navigation
Jump to search
A Apache Mesos Distributed Resource Management Platform is a Apache distributed resource management platform that can support Apache Mesos distributed resource management tasks.
- AKA: Mesos Platform, Apache Mesos System, Mesos Distributed Systems Kernel, Datacenter Operating System.
- Context:
- It can typically abstract Apache Mesos Datacenter Resources through Apache Mesos resource offers and Apache Mesos framework schedulers.
- It can typically implement Apache Mesos Two-Tier Scheduling using Apache Mesos masters and Apache Mesos agents.
- It can typically manage Apache Mesos Frameworks via Apache Mesos framework APIs and Apache Mesos executors.
- It can typically provide Apache Mesos Fault Tolerance through Apache Mesos ZooKeeper quorums and Apache Mesos master failovers.
- It can typically enable Apache Mesos Resource Isolation using Apache Mesos Linux containers and Apache Mesos cgroups.
- It can often support Apache Mesos Multi-Tenancy via Apache Mesos resource reservations and Apache Mesos quotas.
- It can often facilitate Apache Mesos Service Discovery through Apache Mesos DNSs and Apache Mesos service endpoints.
- It can often implement Apache Mesos Oversubscription using Apache Mesos revocable resources and Apache Mesos QoS controllers.
- It can range from being a Small Apache Mesos Distributed Resource Management Platform to being a Large-Scale Apache Mesos Distributed Resource Management Platform, depending on its Apache Mesos cluster size.
- It can range from being a Single-Framework Apache Mesos Distributed Resource Management Platform to being a Multi-Framework Apache Mesos Distributed Resource Management Platform, depending on its Apache Mesos framework diversity.
- It can range from being a Stateless Apache Mesos Distributed Resource Management Platform to being a Stateful Apache Mesos Distributed Resource Management Platform, depending on its Apache Mesos persistent volume support.
- It can range from being a Container-Only Apache Mesos Distributed Resource Management Platform to being a Mixed-Workload Apache Mesos Distributed Resource Management Platform, depending on its Apache Mesos workload type.
- ...
- Examples:
- Apache Mesos Production Deployments, such as:
- Apache Mesos Framework Implementations, such as:
- Apache Mesos Distributions, such as:
- ...
- Counter-Examples:
- Kubernetes Container Orchestration System, which uses pod-based orchestration rather than framework-based resource offering.
- Apache Hadoop YARN Resource Management System, which focuses on big data workloads rather than general datacenter workloads.
- Docker Swarm System, which provides Docker-specific orchestration rather than framework-agnostic resource management.
- See: Apache Mesos Platform, Distributed Resource Control System, Cluster Management System, Two-Tier Scheduling Strategy, Datacenter Resource Abstraction, Container Orchestration System, Distributed Systems Kernel.