From 564db26f13825fdb2fd1ec1692a65d6ddd8d701d Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 14 May 2018 15:01:58 -0700 Subject: [PATCH] fixing titles --- content/rancher/v2.x/en/_index.md | 1 - content/rancher/v2.x/en/home/_index.md | 29 ++++++++++++------- .../rancher/v2.x/en/home/overview/_index.md | 25 ---------------- 3 files changed, 19 insertions(+), 36 deletions(-) delete mode 100644 content/rancher/v2.x/en/home/overview/_index.md diff --git a/content/rancher/v2.x/en/_index.md b/content/rancher/v2.x/en/_index.md index d805e4dad85..e35e6d789a9 100644 --- a/content/rancher/v2.x/en/_index.md +++ b/content/rancher/v2.x/en/_index.md @@ -1,5 +1,4 @@ --- -title: Rancher 2.0 Documentation shortTitle: Rancher 2.0 insertOneSix: true weight: 1 diff --git a/content/rancher/v2.x/en/home/_index.md b/content/rancher/v2.x/en/home/_index.md index fb9ec769344..1202ed219c8 100644 --- a/content/rancher/v2.x/en/home/_index.md +++ b/content/rancher/v2.x/en/home/_index.md @@ -1,16 +1,25 @@ --- -title: Home -aliases: [/rancher/v2.x/en/] +title: Overview weight: 1 --- -## What's New? +Rancher is a container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams. -The previous version of Rancher, version 1.6, was a container management platform built on Docker. Rancher 2.0 builds on the success and experience of Rancher 1.6. +## Run Kubernetes Everywhere -However, for version 2.0, most of Rancher is redesigned to work on Kubernetes. Rancher 2.0 retains the user-friendly features of version 1.6, such as the UI and catalog. However, 2.0 now includes many new features such as: +Kubernetes has become the container orchestration standard. Most cloud and virtualization vendors now offer it as standard infrastructure. Rancher users have the choice of creating Kubernetes clusters with Rancher Kubernetes Engine (RKE) or cloud Kubernetes services, such as GKE, AKS, and EKS. Rancher users can also import and manage their existing Kubernetes clusters created using any Kubernetes distribution or installer. -- Built-in CI pipeline -- Alerts and log aggregation -- Multi-cluster management -- Rancher Kubernetes Engine (RKE) -- Integration with cloud Kubernetes services, such as GKE, EKS, and AKS. +## Meet IT requirements + +Rancher supports centralized authentication for all Kubernetes clusters under its control. For example, you can: + +- Use your Active Directory credentials to access Kubernetes clusters hosted by cloud vendors, such as GKE. +- Setup and enforce access control and security policies across all users, groups, projects, clusters, and clouds. +- View the health and capacity of your Kubernetes clusters from a single-pane-of-glass. + +### Empower DevOps Teams + +Rancher provides an intuitive user interface for DevOps engineers to manage their application workload. The user does not need to have in-depth knowledge of Kubernetes concepts to start using Rancher. Rancher catalog contains a set of useful DevOps tools. Rancher is certified with a wide selection of cloud native ecosystem products, including, for example, security tools, monitoring systems, container registries, and storage and networking drivers. + +The following figure illustrates the role Rancher plays in IT and DevOps organizations. Each team deploys their applications on the public or private clouds they choose. IT administrators gain visibility and enforce policies across all users, clusters, and clouds. + +![Platform]({{< baseurl >}}/img/rancher/platform.png) diff --git a/content/rancher/v2.x/en/home/overview/_index.md b/content/rancher/v2.x/en/home/overview/_index.md deleted file mode 100644 index 1202ed219c8..00000000000 --- a/content/rancher/v2.x/en/home/overview/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Overview -weight: 1 ---- -Rancher is a container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams. - -## Run Kubernetes Everywhere - -Kubernetes has become the container orchestration standard. Most cloud and virtualization vendors now offer it as standard infrastructure. Rancher users have the choice of creating Kubernetes clusters with Rancher Kubernetes Engine (RKE) or cloud Kubernetes services, such as GKE, AKS, and EKS. Rancher users can also import and manage their existing Kubernetes clusters created using any Kubernetes distribution or installer. - -## Meet IT requirements - -Rancher supports centralized authentication for all Kubernetes clusters under its control. For example, you can: - -- Use your Active Directory credentials to access Kubernetes clusters hosted by cloud vendors, such as GKE. -- Setup and enforce access control and security policies across all users, groups, projects, clusters, and clouds. -- View the health and capacity of your Kubernetes clusters from a single-pane-of-glass. - -### Empower DevOps Teams - -Rancher provides an intuitive user interface for DevOps engineers to manage their application workload. The user does not need to have in-depth knowledge of Kubernetes concepts to start using Rancher. Rancher catalog contains a set of useful DevOps tools. Rancher is certified with a wide selection of cloud native ecosystem products, including, for example, security tools, monitoring systems, container registries, and storage and networking drivers. - -The following figure illustrates the role Rancher plays in IT and DevOps organizations. Each team deploys their applications on the public or private clouds they choose. IT administrators gain visibility and enforce policies across all users, clusters, and clouds. - -![Platform]({{< baseurl >}}/img/rancher/platform.png)