Merge pull request #25630 from philips/readme-k8s-everywhere

Automatic merge from submit-queue

README: be more accurate about where k8s can run
pull/6/head
k8s-merge-robot 2016-05-21 20:34:39 -07:00
commit a385ee13e3
1 changed files with 3 additions and 4 deletions

View File

@ -32,14 +32,13 @@ Kubernetes builds upon a [decade and a half of experience at Google running prod
<hr>
### 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.
### Kubernetes is ready for Production!
With the [1.0.1 release](https://github.com/kubernetes/kubernetes/releases/tag/v1.0.1) Kubernetes is ready to serve your production workloads.
### Kubernetes can run anywhere!
You can run Kubernetes on your local workstation under Vagrant, cloud providers (e.g. GCE, AWS, Azure), and physical hardware. Essentially, anywhere Linux runs you can run Kubernetes. Checkout the [Getting Started Guides](http://kubernetes.io/docs/getting-started-guides/) for details.
## Concepts