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
|
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
|
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.
|
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.
|
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
|
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
|
they vary from step-by-step instructions to general advice for setting up
|
||||||
a Kubernetes cluster from scratch.
|
a Kubernetes cluster from scratch.
|
||||||
|
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
|
||||||
### Local-machine Solutions
|
### Local-machine Solutions
|
||||||
|
|
||||||
Local-machine solutions create a single cluster with one or more Kubernetes nodes on a single
|
Local-machine solutions create a single cluster with one or more Kubernetes nodes on a single
|
||||||
|
|
Loading…
Reference in New Issue