Update index.md
parent
48a57bd09b
commit
82598fa2f6
|
@ -1,16 +1,10 @@
|
|||
---
|
||||
title: "Creating a Kubernetes Cluster"
|
||||
title: "Picking the Right Solution"
|
||||
---
|
||||
Kubernetes can run on a range of platforms, from your laptop, to VMs on a cloud provider, to rack of
|
||||
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.
|
||||
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
|
||||
## Picking the Right Solution
|
||||
|
||||
If you just want to "kick the tires" on Kubernetes, we recommend the [local Docker-based](docker) solution.
|
||||
|
||||
The local Docker-based solution is one of several [Local cluster](#local-machine-solutions) solutions
|
||||
|
@ -26,6 +20,9 @@ and cover a wider range of cloud providers.
|
|||
they vary from step-by-step instructions to general advice for setting up
|
||||
a Kubernetes cluster from scratch.
|
||||
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
### Local-machine Solutions
|
||||
|
||||
Local-machine solutions create a single cluster with one or more Kubernetes nodes on a single
|
||||
|
@ -177,4 +174,4 @@ Definition of columns:
|
|||
<!-- Vagrant conformance test result -->
|
||||
[2]: https://gist.github.com/derekwaynecarr/505e56036cdf010bf6b6
|
||||
<!-- GKE conformance test result -->
|
||||
[3]: https://gist.github.com/erictune/2f39b22f72565365e59b
|
||||
[3]: https://gist.github.com/erictune/2f39b22f72565365e59b
|
||||
|
|
Loading…
Reference in New Issue