From ac055469c042bd1236efdf1f0dd1ce4528792cfa Mon Sep 17 00:00:00 2001 From: brendandburns Date: Sat, 28 Jun 2014 20:11:22 -0700 Subject: [PATCH] Add a link to the I/O talk on YouTube --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fa954a6fad..a4e84503dc0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Kubernetes Kubernetes is an open source implementation of container cluster management. -[Kubernetes Design Document](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/DESIGN.md) - +[Kubernetes Design Document](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/DESIGN.md) - [Kubernetes @ Google I/O 2014](youtu.be/tsk0pWf4ipw) [![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes?status.png)](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes) [![Travis](https://travis-ci.org/GoogleCloudPlatform/kubernetes.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/kubernetes) + ## Kubernetes can run anywhere! However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.