From e33f348551697aaac6ec205c8ab1ecd815b2382f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 15 May 2016 13:59:31 -0500 Subject: [PATCH] README: be more accurate about where k8s can run The README really undersells all of the places that can run Kubernetes. Direct users at the getting started guides and be more optimistics about the possibilities of running Kubernetes anywhere. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d8d6f533f..24a54aa183 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,13 @@ Kubernetes builds upon a [decade and a half of experience at Google running prod
-### 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