Hacker News new | ask | show | jobs
by ifup 4361 days ago
The cool thing that is that we have a number of companies contributing significant technologies to the open source ecosystem that build a stack of software that gets us closer to running distributed systems in a reasonable reproducible manner:

- Google is bringing kubernetes (k8s) which represents their experience in deploying cluster wide applications

- CoreOS is bringing etcd to the table for the cluster wide decisions in k8s

- Docker is bringing a format that makes getting your applications isolated and running quickly

1 comments

- Mesosphere is bringing Kubernetes on Mesos, which will give you a top-to-bottom stack that approximates Google's Omega/Borg at scale.

http://mesosphere.io/2014/07/10/mesosphere-announces-kuberne...