I run into kubernetes a week ago. Found out this: https://www.udacity.com/course/scalable-microservices-with-k... Sounds pretty interesting, especially all the part about service discovery & node health/replacement. Anyone using it for production?
We (Google) are :-) Otherwise, there's a list at http://kubernetes.io/community/ , including: New York Times, eBay, Wikimedia Foundation, Box, Soundcloud, Viacom, and Goldman Sachs, to name a few.
Kubernetes 1.3 released
11–20 of 94 posts
Re: Kubernetes 1.3 released
#121.3.0 is tagged, yes. The actual release (docs, release notes, etc) will happen early next week.
Not to get into a discussion regarding what constitutes a "Release" for any specific project, whether it's tagging, pushing, announcing[0], updating documentation, creating release notes, publish a release blog post and so on. A final build of 1.3 was tagged with an accompanying changelog and announcement post. I found it weird that it had no more ceremony, nor any prior submission on hn, and as it had been announced…
My understanding is that with the timing of the US holiday, it made more sense to hold off on the official announcement for a few days. So that's why there aren't more announcements / release notes etc; and likely there won't be as many people around the community channels to help with any 1.3 questions this (long) weekend.
You should expect the normal release procedure next week! And if you want to try it out you can, but most of the aspects of a release other than publishing the binaries are coming soon.
Re: Kubernetes 1.3 released
#13As others in the thread mentioned, this was the cut of the binary, we'll be talking a lot more about it, updating docs and sharing customer stories in the coming weeks.
Thanks, and please don't hesitate to let me know if you have any questions!
Disclosure: I work at Google on Kubernetes.
Re: Kubernetes 1.3 released
#14Now if only a native Azure provider was developed it would be excellent...
The status of K8s on Azure is being updated here - https://github.com/colemickens/azure-kubernetes-status
Disclosure: I work at Google on Kubernetes.
Re: Kubernetes 1.3 released
#15If you are interested in some of the things that we helped get into this release see our "preview" blog post from a few weeks ago, RBAC, rkt container engine, simpler install, and more: https://coreos.com/blog/kubernetes-v1.3-preview.html
Re: Kubernetes 1.3 released
#16Wow, 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. Great to see an openstack provider's been added, too.
Re: Kubernetes 1.3 released
#17Re: Kubernetes 1.3 released
#18This is exciting. I need to update my Django Kubernetes tutorial ( https://harishnarayanan.org/writing/kubernetes-django/ ) with some new constructs that simplify things.
Re: Kubernetes 1.3 released
#19Now if only a native Azure provider was developed it would be excellent...
Re: Kubernetes 1.3 released
#20Really amazed by their great work. I'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'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 t…
This is the best infrastructure I've ever used in twenty years of doing ops and leading ops teams.