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.

Cluster-Level Container Deployment with Fleet

108 pointsby robszumskiover 11 years ago

6 comments

brugidouover 11 years ago
Interesting to see how this evolves in comparison to Apache Mesos/YARN. There are definitely similarities with etcd<->zookeeper, fleet<->mesos, docker<->cgroups...
评论 #7261532 未加载
评论 #7261576 未加载
评论 #7263314 未加载
评论 #7262108 未加载
tincoover 11 years ago
Do you guys have any idea how to support docker containers that are going to use persistance (like database containers)? Or is fleet to low level for that and do you expect higher level tools to supply information like that in meta data?<p>Very interesting stuff!
评论 #7261429 未加载
contingenciesover 11 years ago
I see this and think: &quot;another from scratch distributed system without proven reliability&#x2F;stability&quot;. Personally I use corosync&#x2F;pacemaker for my container orchestration.
评论 #7261552 未加载
ermintrudeover 11 years ago
I think the big gap with docker is logging. If you&#x27;re going down the coreos route you&#x27;d probably want your logs centralising somewhere. That means that you need to configure your containers to run something like supervisord and rsyslog to log to a remote server which is a bit of a hassle, especially if you were making use of public images since you&#x27;ll need to add all this boilerplate in yourself and rebuild the images.<p>Alternatively I guess you could log to the host if there are config options to log directly to syslog and you could then ship them from there.<p>I spent a couple of weeks writing a python app and the same again trying to sort out a flexible logging system. Ah well, I guess it&#x27;s still under development, but it&#x27;d be great if they prioritised this since it&#x27;s one of the major things stopping me using docker (and obviously I&#x27;m so important they should reprioritise around me!)<p>I really wish coreos was bundled with a package manager though. Not having telnet or the ability to apt-get install things easily makes any sort of debugging and real-world use infeasible for me... :-(
评论 #7264907 未加载
morganherlockerover 11 years ago
Note that this is not the same fleet as (also a deployment tool): <a href="https://github.com/substack/fleet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;substack&#x2F;fleet</a>
nlover 11 years ago
I love this.<p>How are (non-public) Docker images handled (as in where are they stored)?<p>Do they need to be built on each machine before use?
评论 #7261376 未加载