Hacker News new | ask | show | jobs
by Mr_P 2833 days ago
This used to be the case, but these days many fundamental Google tools are open.

Borg is Kubernetes, flume is externally available as Google Cloud Dataflow (it's basically Apache Beam), Tensorflow is open source, many of Google's internal java libraries and tools are available externally (Guava, Guice, Dagger), and absl (c++ common libraries) are also available externally.

More importantly, assuming you land on a team with strong software engineering culture (this is likely, but admittedly not guaranteed, even at Google), the general skills you pick up for software design, planning, testing, etc. are transferable anywhere.

That said, all of this applies mostly to software engineers. If you're applying for an SRE position, then I've heard the experience is less transferable, but it's not something I could comment on first hand.

2 comments

Borg is not very much like kubernetes from the config or run side. Maybe underlying both are containers, but it's really pretty different.
Flume is not comparable to Google cloud dataflow nor beam. But I understand your point.