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.

CoreOS Stable Release

349 pointsby brynaryalmost 11 years ago

9 comments

rckclmbralmost 11 years ago
We recently switched (like 2 weeks ago) our project from deployment on ubuntu servers via &#x27;git pull&#x27; managed with supervisord to docker&#x2F;coreos&#x2F;fleet, and it&#x27;s been epic. While coreos is built for large clusters, we run a 3 host cluster in ec2, and couldn&#x27;t be happier. We switched from multiple servers running 1 instance of each service to load balancing all instances on these 3 hosts. This increased uptime, made deployment and management easier, and gave us the benefits of docker as well (verifying things work locally).<p>There&#x27;s only 2 real problems, both of them very minor:<p>* fleet managing state. We&#x27;ve had to manually kill containers sometimes, and destroy systemd services before we could start it again.<p>* all EC2 amis use ebs backed instances. We haven&#x27;t used a higher-IOPs ebs backed instance because the only delay we see are in startup times (which doesn&#x27;t matter, just longer rolling deploys). But an instance-backed ami would be nice.
评论 #8086951 未加载
评论 #8086926 未加载
评论 #8088308 未加载
评论 #8086934 未加载
评论 #8089731 未加载
netcraftalmost 11 years ago
It looks like Digital Ocean hopes to eventually support coreOS: <a href="http://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/4250154-suport-coreos-as-a-deployment-platform" rel="nofollow">http:&#x2F;&#x2F;digitalocean.uservoice.com&#x2F;forums&#x2F;136585-digital-ocea...</a><p>I can only find a tweet that linode is &quot;considering&quot; it: <a href="https://twitter.com/linode/status/488045339023532032" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;linode&#x2F;status&#x2F;488045339023532032</a><p>anyone have any other information re vps vendor support?
评论 #8087141 未加载
评论 #8086393 未加载
评论 #8088447 未加载
评论 #8086567 未加载
评论 #8086725 未加载
JohnTHalleralmost 11 years ago
I&#x27;m a bit confused on the licensing here. CoreOS says it&#x27;s Apache 2.0 licensed. But it also says its Linux. If it includes the Linux kernel, as it appears to, then those bits is licensed under the GPL and can not be re-licensed as Apache 2.0. So, it&#x27;s a bit disingenuous to claim the whole package is Apache 2.0, since it isn&#x27;t.
评论 #8087483 未加载
评论 #8087920 未加载
评论 #8090869 未加载
brynaryalmost 11 years ago
I&#x27;m very excited about this release. CoreOS, Docker and etcd are a great fit for one another. I love the separation of concerns that is provided.<p>IMHO, the weakest part of CoreOS is fleet (<a href="https://github.com/coreos/fleet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coreos&#x2F;fleet</a>). Compared to the other components in the stack, it just feels very inelegant. The systemd configuration syntax is complex and ugly. I wonder if there will be work invested to upgrade fleet to something that is as elegant as e.g. etcd&#x2F;Docker&#x2F;CoreOS itself.
评论 #8086987 未加载
otterleyalmost 11 years ago
I&#x27;m puzzled as to why it&#x27;s called &quot;stable,&quot; while at the same time it appears to require btrfs-on-root to be useful (i.e. for hosting Docker containers) but that part is &quot;experimental.&quot;<p>Can someone from CoreOS clarify?
评论 #8096711 未加载
评论 #8087735 未加载
outside1234almost 11 years ago
Super great to see CoreOS making it to its first stable release. It really feels like the future.<p>I&#x27;ve been reading about using vulcand to do frontend deploys and traffic management (<a href="http://coreos.com/blog/zero-downtime-frontend-deploys-vulcand/" rel="nofollow">http:&#x2F;&#x2F;coreos.com&#x2F;blog&#x2F;zero-downtime-frontend-deploys-vulcan...</a>) and using ambassadors to do dynamic routing to backend stores (<a href="http://coreos.com/blog/docker-dynamic-ambassador-powered-by-etcd/" rel="nofollow">http:&#x2F;&#x2F;coreos.com&#x2F;blog&#x2F;docker-dynamic-ambassador-powered-by-...</a>)<p>But it is hard to get my head around this - has anyone actually tied all of these concepts together in a deployment that they&#x27;ve written up?
jvandykealmost 11 years ago
Flynn 1.0 release in 3, 2, 1... <i>crosses fingers</i>
评论 #8087038 未加载
评论 #8087787 未加载
评论 #8086416 未加载
评论 #8086964 未加载
devNoisealmost 11 years ago
I&#x27;ve been using Vagrant&#x2F;Virtual to run Ubuntu LTS for my Javascript dev env. Does it make sense switch to CoreOS? I generally run it as a headless server. No X-windows or GUI needed.
评论 #8087732 未加载
jimmcslimalmost 11 years ago
I know Hyper-V isn&#x27;t particularly sexy around these parts but it appears to work there as well. It doesn&#x27;t support the Hyper-V integration services but that&#x27;s par for the course for most Linux distributions.
评论 #8089110 未加载
评论 #8088282 未加载