diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md index 4ce36eb9634..f11ab6241fb 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md @@ -3,12 +3,12 @@ title: Deploying Rancher Server weight: 100 --- -The following are the current guides for provisioning Rancher Server and a cluster: +Use one of the following guides to deploy and provision Rancher and a Kubernetes cluster in the provider of your choice. -- [DigitalOcean Quick Start](./digital-ocean-qs) - We provide you with a Terraform configuration file that completely automates the set up of the Rancher Server and registers a cluster for you to get started with. +- [DigitalOcean](./digital-ocean-qs) (uses Terraform) +- [AWS](./amazon-aws-qs) (uses Terraform) +- [Vagrant](./quickstart-vagrant) -- [Amazon AWS Quick Start](./amazon-aws-qs) - We provide you with an Amazon-specific Terraform configuration file that completely automates the set up of the Rancher Server and registers a cluster for you to get started with. +If you prefer, the following guide will take you through the same process in individual steps. Use this if you want to run Rancher in a different provider, on prem, or if you would just like to see how easy it is. -- [Vagrant Quick Start](./quickstart-vagrant) - We provide you with a Vagrant configuration that again completely automates the set up of the Rancher Server and registers a cluster for you to get started with. - -- [Manual Quick Start](./quickstart-manual-setup) - This will guide you through the process and requirements of manually setting up Rancher in any environment. +- [Manual Install](./quickstart-manual-setup) diff --git a/content/rancher/v2.x/en/quick-start-guide/workload/_index.md b/content/rancher/v2.x/en/quick-start-guide/workload/_index.md index 201c4dd26a6..a3be7493b6c 100644 --- a/content/rancher/v2.x/en/quick-start-guide/workload/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/workload/_index.md @@ -3,8 +3,7 @@ title: Deploying Workloads weight: 200 --- -These Quick Start Guides will walk you through deployment of an application. Then they will show you how to expose the application so that you can access it from outside the cluster. +These guides walk you through the deployment of an application, including how to expose the application for use outside of the cluster. -- [Workload with Ingress Quick Start](./quickstart-deploy-workload-ingress): Create a workload and then expose it using an Ingress. - -- [Workload with NodePort Quick Start](./quickstart-deploy-workload-nodeport): Create a workload and then expose it using a Nodeport. \ No newline at end of file +- [Workload with Ingress](./quickstart-deploy-workload-ingress) +- [Workload with NodePort](./quickstart-deploy-workload-nodeport)