From cf76fafcff195b269915f329ccb9f75148371b7d Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Thu, 12 Nov 2020 10:33:05 -0800 Subject: [PATCH] Use k8s more widely Signed-off-by: Celeste Horgan --- content/en/_index.html | 4 ++-- content/en/docs/contribute/_index.md | 4 ++-- content/en/docs/home/_index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/_index.html b/content/en/_index.html index b738a915ef..13a3c069be 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -8,7 +8,7 @@ sitemap: {{< blocks/section id="oceanNodes" >}} {{% blocks/feature image="flower" %}} -[Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications. +[Kubernetes]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}), also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community. {{% /blocks/feature %}} @@ -28,7 +28,7 @@ Whether testing locally or running a global enterprise, Kubernetes flexibility g {{% /blocks/feature %}} {{% blocks/feature image="suitcase" %}} -#### Run Anywhere +#### Run K8s Anywhere Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you. diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index fb068856b6..1db65ec56d 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -1,6 +1,6 @@ --- content_type: concept -title: Contribute to Kubernetes docs +title: Contribute to K8s docs linktitle: Contribute main_menu: true no_list: true @@ -8,7 +8,7 @@ weight: 80 card: name: contribute weight: 10 - title: Start contributing + title: Start contributing to K8s --- diff --git a/content/en/docs/home/_index.md b/content/en/docs/home/_index.md index 7ee48721f2..68f4bfd3c9 100644 --- a/content/en/docs/home/_index.md +++ b/content/en/docs/home/_index.md @@ -32,7 +32,7 @@ cards: button: "View Tutorials" button_path: "/docs/tutorials" - name: setup - title: "Set up a cluster" + title: "Set up a K8s cluster" description: "Get Kubernetes running based on your resources and needs." button: "Set up Kubernetes" button_path: "/docs/setup" @@ -57,7 +57,7 @@ cards: button: Contribute to the docs button_path: /docs/contribute - name: release-notes - title: Release Notes + title: K8s Release Notes description: If you are installing Kubernetes or upgrading to the newest version, refer to the current release notes. button: "Download Kubernetes" button_path: "/docs/setup/release/notes"