From a9376e876e51cb0ab2469dc3e25e7bdb0183838b Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 18 Jul 2018 19:49:15 -0700 Subject: [PATCH] Update _index.md --- .../v2.x/en/cluster-provisioning/rke-clusters/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/_index.md b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/_index.md index 7f32d44e75e..9c4abe0e30b 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/_index.md @@ -3,7 +3,7 @@ title: Rancher Launched Kubernetes weight: 2200 --- -If you don't want to use a hosted Kubernetes provider, you can have Rancher launch a Kubernetes cluster using any nodes your want. When Rancher deploys Kubernetes onto these nodes, it uses RKE, or [Rancher Kubernetes Engine]({{< baseurl >}}/rke/v0.1.x/en/), which is Rancher's own lightweight Kubernetes installer. It can launch Kubernetes on any computer, including: +If you don't want to use a hosted Kubernetes provider, you can have Rancher launch a Kubernetes cluster using any nodes you want. When Rancher deploys Kubernetes onto these nodes, it uses Rancher Kubernetes Engine]({{< baseurl >}}/rke/v0.1.x/en/) (RKE), which is Rancher's own lightweight Kubernetes installer. It can launch Kubernetes on any computers, including: - Bare-metal servers - On-premise virtual machines @@ -13,8 +13,8 @@ RKE cluster provisioning is separated into two categories: - [Node Pools]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/): - In this use case, Rancher uses a [Docker Machine](https://docs.docker.com/machine/) and RKE to provision a Kubernetes cluster using a major cloud provider. + In this use case, Rancher uses [Docker Machine](https://docs.docker.com/machine/) to provision nodes in IaaS-hosted virtual machines. After the nodes are provisioned, RKE is used deploy Kubernetes. - [Custom Nodes]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning/rke-clusters/custom-nodes/): - For use cases where you want to provision bare-metal servers, on-premise virtual machines, or a cloud provider not included in Node Pool use cases. + For use cases where you want to provision bare-metal servers, on-premise virtual machines, or bring virtual machines that are already exist in a cloud provider. With this option, you will run a Rancher agent Docker container on the machine. Then, RKE is used to deploy Kubernetes.