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?
Kubernetes 1.3 released
21–30 of 94 posts
Re: Kubernetes 1.3 released
#22Really 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…
We've seen similar savings at our company. We have deployed Kube on a 6-node cluster of CoreOS nodes with 512GB each. These are dedicated servers hosted at Rackspace. We're about 30-40% utilized on RAM and maybe 15-20% on CPU. To host a similar set of services on our older Openstack environment would require at least 2-3x the number of servers. The cost savings isn't even the best part. Kubernetes has allowed us to b…
Re: Kubernetes 1.3 released
#23Yea! The team at CoreOS is really excited about this release and the work that we have done as a community. If 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
#24Yea! The team at CoreOS is really excited about this release and the work that we have done as a community. If 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
The CoreOS team and technologies have been critical to getting Kubernetes going. Thanks, Brandon.
Can't wait to continue the success with v1.4!
Re: Kubernetes 1.3 released
#25Now if only a native Azure provider was developed it would be excellent...
Why would I want to take my perfectly nice VMs and run them on a windows server?
Kudos to them, and awesome to see people working to get Kubernetes to work on Azure.
Re: Kubernetes 1.3 released
#26Re: Kubernetes 1.3 released
#27I 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?
Re: Kubernetes 1.3 released
#28Wow, 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.
Which guides did you use?
Re: Kubernetes 1.3 released
#29Earlier quoted context omitted.
Which guides did you use?
Only the docs on the website (barring a 5 minute intro to the "Why" of kubernetes[0]). Used the docs for getting set up locally with minikube, and also the hello node example.
Re: Kubernetes 1.3 released
#30This is exciting. I need to update my Django Kubernetes tutorial ( https://harishnarayanan.org/writing/kubernetes-django/ ) with some new constructs that simplify things.