Update index.md

This commit is contained in:
Jared 2016-08-09 09:28:31 -07:00 committed by GitHub
parent 899f6a1cd5
commit b766be5995
1 changed files with 2 additions and 7 deletions

View File

@ -10,10 +10,7 @@ Kubernetes can run on a range of platforms, from your laptop, to VMs on a cloud
bare metal servers. The effort required to set up a cluster varies from running a single command to
crafting your own customized cluster. We'll guide you in picking a solution that fits for your needs.
If you just want to "kick the tires" on Kubernetes, we recommend the [local Docker-based](/docs/getting-started-guides/docker) solution.
The local Docker-based solution is one of several [Local cluster](#local-machine-solutions) solutions
that are quick to set up, but are limited to running on one machine.
If you just want to "kick the tires" on Kubernetes, we recommend the [local Docker-based solution using MiniKube](#local-machine-solutions).
When you are ready to scale up to more machines and higher availability, a [Hosted](#hosted-solutions)
solution is the easiest to create and maintain.
@ -30,9 +27,7 @@ a Kubernetes cluster from scratch.
### Local-machine Solutions
[Minikube](/docs/getting-started-guides/minikube/) is the recommended method for you to create a
single node kubernetes cluster locally for purposes of development and testing.
Setup is completely automated and doesn't require a cloud provider account.
[Minikube](/docs/getting-started-guides/minikube/) is the recommended method for you to create a single node kubernetes cluster locally for purposes of development and testing. Setup is completely automated and doesn't require a cloud provider account.
### Hosted Solutions