Comments on: Kubernetes Has A Ways To Go To Scale Like Google, Mesos https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/ In-depth coverage of high-end computing at large enterprises, supercomputing centers, hyperscale data centers, and public clouds. Mon, 23 Apr 2018 11:14:33 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Bob Wise https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/#comment-12434 Wed, 23 Sep 2015 04:37:33 +0000 http://www.nextplatform.com/?p=1760#comment-12434 And, if you want to see kubernetes actually running a thousand nodes, observe:
https://youtu.be/1bHUsBhPL20

]]>
By: Tim https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/#comment-11674 Thu, 17 Sep 2015 12:20:16 +0000 http://www.nextplatform.com/?p=1760#comment-11674 “As the first major open source code ever donated by Google to the world”
This is blatantly false. Have a look at https://developers.google.com/open-source/projects
By their own words, Google has released over 20 million lines of code and over 900 projects.

]]>
By: Timothy Prickett Morgan https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/#comment-11539 Wed, 16 Sep 2015 16:05:41 +0000 http://www.nextplatform.com/?p=1760#comment-11539 In reply to Tim Hockin.

Thanks for the clarification. Much appreciated.

]]>
By: Tim Hockin https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/#comment-11538 Wed, 16 Sep 2015 15:34:59 +0000 http://www.nextplatform.com/?p=1760#comment-11538 In reply to Timothy Prickett Morgan.

Google Kubernaut here: We are not currently investigating cross-language linkages as a performance optimization – neither for JSON nor elsewhere. There’s a lot more we can do with native Go code before we start that investigation.

]]>
By: Timothy Prickett Morgan https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/#comment-11439 Tue, 15 Sep 2015 21:43:40 +0000 http://www.nextplatform.com/?p=1760#comment-11439 In reply to Karl Isenberg.

No, I was just speculating way beyond my pay grade. I have put in a call to ask some questions, but sometimes Google talks, and sometimes it doesn’t.

]]>
By: Karl Isenberg https://www.nextplatform.com/2015/09/15/kubernetes-has-a-ways-to-go-to-scale-like-google-mesos/#comment-11435 Tue, 15 Sep 2015 20:50:44 +0000 http://www.nextplatform.com/?p=1760#comment-11435 > (Presumably, the generators kicked out C++, but Tyczynski did not say.)

They’re Go generators. The primary goal was to avoid reflection.

Script: https://github.com/kubernetes/kubernetes/blob/master/hack/update-generated-conversions.sh
Result: https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/conversion_generated.go

> the Kubernetes team is looking to reimplement its JSON parser, which is also written in Go, in some other language.

Did they say that? I was under the impression they just wanted to use an alternative parser to avoid the reflection that the std lib json parser uses.

]]>