TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Running Kubernetes Example on CoreOS, Part 1

58 点作者 polvi将近 11 年前

6 条评论

driedtoast将近 11 年前
Kubernetes and CoreOS looks like a pretty good strategy for deploying in a cloud env. I'd be interested to see how this might work with the Fleet strategy that is part of CoreOS.
评论 #8016017 未加载
bhcleek将近 11 年前
Kubernetes is exactly what I've been needing to ease our deployments; combining CoreOS and Kubernetes looks like a dream come true!
评论 #8017196 未加载
ithkuil将近 11 年前
I think this ingredient will change how a big part of the cloud interoperability problem can be approached. Once you only have to manage a few, relatively static set of VMs, and let kubernetes provide both the API and the scheduler for actually running services, it will become easier to just run your stuff on aws, azure and gce.
评论 #8017704 未加载
vmtrooper将近 11 年前
Kubernetes will be great for organizing my related containers. It's great to see workflows for running on other platforms besides GCE. I look forward to the rest of the articles in this series.
ithkuil将近 11 年前
Cool! the next step would be to make it part of a CoreOS image so that you can roll out kubernetes updates the CoreOS way.<p>I wonder if there is an easy way to maintain a customized image of CoreOS.
评论 #8017558 未加载
obbybreeden将近 11 年前
This might get me to split up my containers better, they&#x27;re getting a little pudgy. Looking forward to part 2 for more in-depth examples with multiple containers.