Apache Mesos

What is Apache Mesos?
Apache Mesos was developed at the University of California at Berkley and is an open source cluster manager. The goal is efficient resource isolation and release across distributed frameworks or applications. In other words, it helps share resources in a finer grained manner, which improves cluster utilization. Apache Mesos is considered to be the basis for a large number of distributed systems.

Apache Mesos wurde nach den gleichen Prinzipien wie der Linux kernel gebaut. Einige der herausragenden Merkmale von Apache Mesos sind die Skalierbarkeit auf Tausende von Knoten, die Planung mehrerer Ressourcen, die Webbenutzeroberfläche zur Anzeige des Clusterstatus, die Trennung zwischen Aufgaben mit Linux-Containern und fehlertoleranter replizierter Master mit Zookeeper. Mesos können in gewisser Weise als das Gegenteil von Virtualisierung angesehen werden, da Virtualisierung eine einzelne physische Ressource in mehrere virtuelle Ressourcen aufteilt, während Mesos mehrere physische Ressourcen in einer einzigen virtuellen Ressource kombiniert. Apache Mesos besteht aus Master-Prozessen und Frameworks mit Master-Prozessen, die Slave-Dämonen verwalten, die auf jedem Cluster-Knoten laufen, und Frameworks, die Aufgaben auf diesen Slaves übernehmen. Die Ressourcen bieten eine Liste von freien Ressourcen auf mehreren Slaves.

Similar to PC operating system management resources, Apache Mesos can switch resources from one framework to another if necessary. This can help reduce many of the manual steps involved in deploying applications and can help automatically relocate workloads to keep utilization rates high. Apache Mesos uses a pluggable mapping module to help organizations support various inter-framework allocation policies. Apache Mesos sits between the application layer and the operating system. This makes deployment easier and can manage applications in large clustered environments more efficiently. It can also run multiple applications on a dynamic shared pool of nodes. Apache Mesos can also provide faster application performance.

Apache Mesos has been acquired by several software companies, including Apple.

Was the explanation to "Apache Mesos"Helpful? Rate now:

Weitere Erklärungen zu Anfangsbuchstabe A