Added godoc link.

pull/6/head
brendandburns 2014-06-15 22:34:22 -07:00
parent 4adaee01dd
commit 6c589da0f7
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Kubernetes # Kubernetes
Kubernetes is an open source implementation of container cluster management. 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)
[![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes?status.png)](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes)
## Kubernetes can run anywhere! ## 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 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.