Live data from Hacker News

Kubernetes: Docker cluster management by Google

github.com

1–10 of 22 posts

Re: Kubernetes: Docker cluster management by Google

#2
Interesting that this is written in Go - I think it's the first open source release from Google that I've seen written in their language.

I wonder if anyone in here can comment on whether that is indicative of a trend inside Google - are people writing less Python / Java in there these days?

Re: Kubernetes: Docker cluster management by Google

#3

Interesting that this is written in Go - I think it's the first open source release from Google that I've seen written in their language. I wonder if anyone in here can comment on whether that is indicative of a trend inside Google - are people writing less Python / Java in there these days?

There is numerous ones: https://github.com/google/go-github https://github.com/GoogleCloudPlatform/gcloud-golang https://github.com/google/cadvisor https://github.com/google/mtail etc.

Re: Kubernetes: Docker cluster management by Google

#4

Interesting that this is written in Go - I think it's the first open source release from Google that I've seen written in their language. I wonder if anyone in here can comment on whether that is indicative of a trend inside Google - are people writing less Python / Java in there these days?

We also announced cAdvisor in go. This is a container metrics monitoring component.

https://github.com/google/cadvisor

Re: Kubernetes: Docker cluster management by Google

#8
post #5

I am missing the utility here. Is this just a way to run docker on the google compute cloud.

It's a way of running docker containers at scale.

So is there an example showing how to launch a large number of these. Right now all I see is how to spin up one node.

Re: Kubernetes: Docker cluster management by Google

#10
post #3

Interesting that this is written in Go - I think it's the first open source release from Google that I've seen written in their language. I wonder if anyone in here can comment on whether that is indicative of a trend inside Google - are people writing less Python / Java in there these days?

There is numerous ones: https://github.com/google/go-github https://github.com/GoogleCloudPlatform/gcloud-golang https://github.com/google/cadvisor https://github.com/google/mtail etc.

Thx - missed those!
Post reply on HN