From 16b5f80780983995638e7ec3b071080a204e9006 Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Thu, 12 Nov 2020 11:23:23 -0800 Subject: [PATCH] Use K8s in the README Signed-off-by: Celeste Horgan --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad0abc2dab5..5a9af44cd7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Kubernetes +# Kubernetes (K8s) [![GoDoc Widget]][GoDoc] [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/569/badge)](https://bestpractices.coreinfrastructure.org/projects/569) @@ -6,7 +6,7 @@ ---- -Kubernetes is an open source system for managing [containerized applications] +Kubernetes, also known as K8s, is an open source system for managing [containerized applications] across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications. @@ -23,7 +23,7 @@ read the CNCF [announcement]. ---- -## To start using Kubernetes +## To start using K8s See our documentation on [kubernetes.io]. @@ -34,7 +34,7 @@ Take a free course on [Scalable Microservices with Kubernetes]. To use Kubernetes code as a library in other applications, see the [list of published components](https://git.k8s.io/kubernetes/staging/README.md). Use of the `k8s.io/kubernetes` module or `k8s.io/kubernetes/...` packages as libraries is not supported. -## To start developing Kubernetes +## To start developing K8s The [community repository] hosts all information about building Kubernetes from source, how to contribute code