Updating links

This commit is contained in:
Sean O'Keefe 2014-11-27 13:34:02 -08:00
parent 7eceafa656
commit 31b589abbe

View File

@ -1,5 +1,5 @@
# Kubernetes
Kubernetes is an open source implementation of container cluster management.
Kubernetes is an open source implementation of [container cluster management](https://cloud.google.com/compute/docs/containers).
[Kubernetes Design Document](DESIGN.md) - [Kubernetes @ Google I/O 2014](http://youtu.be/tsk0pWf4ipw)
@ -8,7 +8,7 @@ Kubernetes is an open source implementation of container cluster management.
## 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.
However, initial development was done on [GCE](https://cloud.google.com/compute/) 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.
## Kubernetes is in pre-production beta!
While the concepts and architecture in Kubernetes represent years of experience designing and building large scale cluster manager at Google, the Kubernetes project is still under heavy development. Expect bugs, design and API changes as we bring it to a stable, production product over the coming year.