Use K8s in the README

Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
Celeste Horgan 2020-11-12 11:23:23 -08:00
parent 295010c30b
commit 16b5f80780

View File

@ -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