Cluster Schedulers with Ben Hindman

Greatest Hits Archives - Software Engineering Daily - A podcast by Greatest Hits Archives - Software Engineering Daily

Categories:

Mesos is a system for managing distributed systems. The goal of Mesos is to help engineers orchestrate resources among multi-node applications like Spark. Mesos can also manage lower level schedulers like Kubernetes. A common misconception is that Mesos aims to solve the same problem as Kubernetes, but Mesos is a higher level abstraction. Ben Hindman