TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Blox – Open Source Tools for Amazon ECS

141 pointsby samsgroover 8 years ago

4 comments

addisonjover 8 years ago
One of the more interesting announcements. ECS has seemed like a non starter for any &quot;serious&quot; project for a while, but as someone who has been implementing mesos for the last few months, its pretty interesting that they would prioritize pluggable schedulers rather than getting better feature parity with kubernetes on google cloud.<p>Pluggable schedulers is one of the best features that is missing from kubernetes, swarm, and nomad. All the scheduling&#x2F;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.<p>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.
评论 #13082638 未加载
评论 #13082591 未加载
评论 #13082599 未加载
syncover 8 years ago
In case it wasn&#x27;t clear to anyone else, this is by the Amazon ECS team. An introductory blog post is here: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;compute&#x2F;introducing-blox-from-amazon-ec2-container-service&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;compute&#x2F;introducing-blox-from-a...</a>
fapjacksover 8 years ago
I am really glad to see this kind of thing. I built an important project on ECS at the beginning of this year, and it was an extremely frustrating uphill battle, and I consider myself a seven or eight out of ten with containers and container orchestration in general. I wanted so much to enjoy working with ECS, especially because it was the first major Docker project that particular client was working with, and I wanted to blow their minds. The choice to build on ECS was the client&#x27;s (not mine), and ECS made their introduction to container orchestration lukewarm at best. Because of those obstacles, I have been recommending <i>against</i> using ECS. Seems like it&#x27;s time for me to evaluate ECS once more to see how far it&#x27;s come along.
评论 #13084705 未加载
评论 #13083905 未加载
Thaxllover 8 years ago
Vendor locked on ECS, why would anyone chose that over Mesos &#x2F; Kubernetes that can run anywhere?
评论 #13086066 未加载