by samsgro on 12/1/16, 6:26 PM with 28 comments
by addisonj on 12/1/16, 7:14 PM
Pluggable schedulers is one of the best features that is missing from kubernetes, swarm, and nomad. All the scheduling/lifecycle algorithms are pretty naive when it comes to any stateful (DBs, kafka) or batch (hadoop, spark) services. But even for typical webapps, pluggable schedulers give you a nice place to hook into a lot of the lifecycle that makes things like pre-warming or cleanly killing sockets at scale down a lot simpler.
So this is pretty cool... and makes ECS more attractive... but I wish it was just mesos which is built around the idea of providing a framework for building schedulers and would be way more portable.
by sync on 12/1/16, 6:49 PM
by fapjacks on 12/1/16, 9:30 PM
by Thaxll on 12/1/16, 10:26 PM