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.

Kubernetes 1.3 released

185 pointsby nkvollalmost 9 years ago

17 comments

lobster_johnsonalmost 9 years ago
I&#x27;m really liking Kubernetes — we&#x27;re in the process of migrating to it.<p>If there&#x27;s on area that is in dire need of improvement, though, it&#x27;s the documentation. If you look around, there is essentially <i>no</i> documentation that starts from first principles, going through the different components (and their lifecycle, dependencies, requirements and so on) one by one, irrrespectively of the cloud environment. There is a &quot;Kubernetes from scratch&quot; [1] document, but it&#x27;s just a bunch of loose fragments that lacks almost all the necessary detail, and has too many dependencies. (Tip: ask the user to install from source, and leave out how to use images, cloud providers and other things that obscure the workings of everything.)<p>Almost all of the documentation assumes you&#x27;re running kube-up or some other automated setup, which is of course convention, but hides a huge amount of magic in a bunch of shell scripts, Salt config and so on that prevents true understanding. If you run it for, say, AWS, then you&#x27;ll end up with a configuration that <i>you don&#x27;t understand</i>. It doesn&#x27;t help that much of the official documentation is heavily skewed towards GCE&#x2F;GKE, where certain things have a level of automatic magic that you won&#x27;t benefit from when you run on bare metal, for example. kube-up will help someone get it up and running fast, but does <i>not</i> help someone who needs to maintain it in a careful, controller manner.<p>Right now, I have a working cluster, but getting there involved a bunch of trial and error, a <i>lot</i> of open browser tabs, source code reading, and so on. (Quick, what version of Docker does Kubernetes want? Kubernetes doesn&#x27;t seem to tell us, and it doesn&#x27;t even verify it on startup. One of the reefs that I ran aground on was when 1.11 didn&#x27;t work, and had to revert to 1.9, based on a random Github issue I found.)<p>[1] <a href="http:&#x2F;&#x2F;kubernetes.io&#x2F;docs&#x2F;getting-started-guides&#x2F;scratch&#x2F;" rel="nofollow">http:&#x2F;&#x2F;kubernetes.io&#x2F;docs&#x2F;getting-started-guides&#x2F;scratch&#x2F;</a>
评论 #12024188 未加载
jturollaalmost 9 years ago
Really amazed by their great work. I&#x27;ll look forward to upgrade the setup at my company. Since we started using kubernetes, we reduced our bill to 30% of its original price, and it made everything easier and scalable just as if we were using the costy Heroku. It&#x27;s a really useful tech for third-world startups that cannot afford to spend thousands of dollars on infraestructure. I hope I can contribute to this OSS in the near future.
评论 #12023139 未加载
hnarayananalmost 9 years ago
This is exciting. I need to update my Django Kubernetes tutorial (<a href="https:&#x2F;&#x2F;harishnarayanan.org&#x2F;writing&#x2F;kubernetes-django&#x2F;" rel="nofollow">https:&#x2F;&#x2F;harishnarayanan.org&#x2F;writing&#x2F;kubernetes-django&#x2F;</a>) with some new constructs that simplify things.
评论 #12023130 未加载
评论 #12023732 未加载
philipsalmost 9 years ago
Yea! The team at CoreOS is really excited about this release and the work that we have done as a community.<p>If you are interested in some of the things that we helped get into this release see our &quot;preview&quot; blog post from a few weeks ago, RBAC, rkt container engine, simpler install, and more: <a href="https:&#x2F;&#x2F;coreos.com&#x2F;blog&#x2F;kubernetes-v1.3-preview.html" rel="nofollow">https:&#x2F;&#x2F;coreos.com&#x2F;blog&#x2F;kubernetes-v1.3-preview.html</a>
评论 #12023238 未加载
评论 #12024681 未加载
Rapzidalmost 9 years ago
I&#x27;m still sitting on the sidelines waiting for the easy to install, better documented for AWS version. It&#x27;s also a bit unclear as to why we are talking federation and master&#x2F;slave in 2016; other systems are using raft and gossip protocols to build masterless management clusters..<p>Watching issues like <a href="https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;kubernetes&#x2F;issues&#x2F;23478" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;kubernetes&#x2F;issues&#x2F;23478</a> , and <a href="https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;kubernetes&#x2F;issues&#x2F;23174" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;kubernetes&#x2F;issues&#x2F;23174</a> .. I&#x27;m not super interested in &quot;kicking the tires&quot;; I&#x27;m evaluating replacing all our environment automation with a version built around Kubernetes. Easy-up scripts that hide a ton of nasty complexity won&#x27;t do the trick.<p>Following the issues I&#x27;m getting the impression that too much effort is being put into CM style tools vs making the underlying components more friendly to setup and manage. Did anyone see how easy it is to get the new Docker orchestration running?<p>Then there is the AWS integration documentation.. I&#x27;m following the hidden aws_under_the_hood.md updates, but I&#x27;m still left with loads of questions; like how do I control the created ELB&#x27;s configuration(cross zone load balancing, draining, timeouts,etc)?<p>I re-evaluate after every update and there are some really nice features being added in, but at the end of the day ECS is looking more and more the direction to go for us. Sure, it&#x27;s lacking a ton of features compared to Kubernetes and it&#x27;s nigh but impossible to get any sort of information about roadmaps out of Amazon... But it&#x27;s very clear how it integrates with ELB and how to manage the configuration of every underlying service. It also doesn&#x27;t require extra resources(service or human) to setup and manage the scheduler.
评论 #12024196 未加载
评论 #12024402 未加载
评论 #12044770 未加载
TheIronYuppiealmost 9 years ago
We are really proud of this release, both making it much easier to get started (with a laptop ready local development experience) as well as large scale enterprise features (support for stateful applications, IAM integration, 2x scale).<p>As others in the thread mentioned, this was the cut of the binary, we&#x27;ll be talking a lot more about it, updating docs and sharing customer stories in the coming weeks.<p>Thanks, and please don&#x27;t hesitate to let me know if you have any questions!<p>Disclosure: I work at Google on Kubernetes.
评论 #12041229 未加载
评论 #12024355 未加载
essetialmost 9 years ago
I run into kubernetes a week ago. Found out this: <a href="https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;scalable-microservices-with-kubernetes--ud615" rel="nofollow">https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;scalable-microservices-with-k...</a><p>Sounds pretty interesting, especially all the part about service discovery &amp; node health&#x2F;replacement.<p>Anyone using it for production?
评论 #12022761 未加载
评论 #12023613 未加载
评论 #12023224 未加载
评论 #12030250 未加载
crbalmost 9 years ago
1.3.0 is tagged, yes. The actual release (docs, release notes, etc) will happen early next week.
评论 #12022708 未加载
评论 #12022586 未加载
dankohn1almost 9 years ago
I&#x27;m looking for startups that are using Kubernetes in production who would like some free publicity.<p>I&#x27;m the new executive director of the Cloud Native Computing Foundation, which hosts Kubernetes. We have end user members like eBay, Goldman Sachs and NCSoft, but we&#x27;re in need of startup end users (as opposed to startup vendors, of which we have many).<p>Please reach out to me at dan at linuxfoundation.org if you might like to be featured in a case study.
jackweirdyalmost 9 years ago
Wow, spooky coincidence - I discovered and installed this for the first time today! The docs could use some work, but generally pretty easy to get started.<p>Great to see an openstack provider&#x27;s been added, too.
评论 #12023054 未加载
kordlessalmost 9 years ago
Interested in federated clusters. How is federation being scoped and who&#x27;s doing most of the work on it?
评论 #12044789 未加载
qubit23almost 9 years ago
One feature I was hoping to see in this release was the ScheduledJobs controller. I remember seeing it mentioned in one of the RCs; did it get pushed back? This would be useful for those of us who want a more highly available cron-like system running on top of Kubernetes.
评论 #12024054 未加载
bogomipzalmost 9 years ago
Does anybody know how 1.3 is for stateless services? Can I use an API to crete a persistent disk volume and adjust that volume size just as I would any other resource like CPU, memory? The use case being postgres&#x2F;mysql instances.
评论 #12024058 未加载
nikonalmost 9 years ago
Awesome. Just digging into Docker and have recently been reading about Kubernetes.<p>Does anyone have examples of how they are managing deployments? I.e. deploying app update, running db migrations perhaps?
technofiendalmost 9 years ago
There was some coverage including labs at this week&#x27;s RedHat Summit. Once all the materials are on line that may prove a useful 1.3 reference.
评论 #12044799 未加载
EDevilalmost 9 years ago
Now if only a native Azure provider was developed it would be excellent...
评论 #12022749 未加载
评论 #12025201 未加载
评论 #12023135 未加载
smegelalmost 9 years ago
<p><pre><code> &gt; AWS &gt; Support for ap-northeast-2 region (Seoul) </code></pre> What does this mean? How can K8S be tied into something as specific as an AWS region?
评论 #12023792 未加载
评论 #12023880 未加载