Skip to content

Commit a010ec0

Browse files
committed
chore(quickstart): after cli-tools install, don't go back to index
1 parent 8b82d32 commit a010ec0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/quickstart/install-cli-tools.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,14 @@ Check your work by running `helmc version`:
3939

4040
Make sure you are running at least version 0.7.0 or newer.
4141

42-
[Next: (Step 2) boot a kubernetes cluster](index.md#step-2-boot-a-kubernetes-cluster)
42+
## Step 2: Boot a Kubernetes Cluster and Install Deis Workflow
43+
44+
There are many ways to boot and run Kubernetes. You may choose to get up and running in cloud environments or locally on
45+
your laptop.
46+
47+
Cloud-based options:
48+
49+
* [Google Container Engine](provider/gke/boot.md): provides a managed Kubernetes environment, available with a few clicks.
50+
* [Amazon Web Services](provider/aws/boot.md): uses Kubernetes upstream `kube-up.sh` to boot a cluster on AWS EC2.
51+
52+
If you would like to tests on your local machine follow our guide for [Vagrant](provider/vagrant/boot.md).

0 commit comments

Comments
 (0)