Skip to content

Commit

Permalink
Use K8s in the README
Browse files Browse the repository at this point in the history
Signed-off-by: Celeste Horgan <celeste@cncf.io>
  • Loading branch information
celestehorgan committed Nov 12, 2020
1 parent 295010c commit 16b5f80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Kubernetes
# Kubernetes (K8s)

[![GoDoc Widget]][GoDoc] [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/569/badge)](https://bestpractices.coreinfrastructure.org/projects/569)

<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100">

----

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.

Expand All @@ -23,7 +23,7 @@ read the CNCF [announcement].

----

## To start using Kubernetes
## To start using K8s

See our documentation on [kubernetes.io].

Expand All @@ -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
Expand Down

0 comments on commit 16b5f80

Please sign in to comment.