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.

Running Kubernetes Example on CoreOS, Part 1

58 pointsby polvialmost 11 years ago

6 comments

driedtoastalmost 11 years ago
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 未加载
bhcleekalmost 11 years ago
Kubernetes is exactly what I've been needing to ease our deployments; combining CoreOS and Kubernetes looks like a dream come true!
评论 #8017196 未加载
ithkuilalmost 11 years ago
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 未加载
vmtrooperalmost 11 years ago
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.
ithkuilalmost 11 years ago
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 未加载
obbybreedenalmost 11 years ago
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.