mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
Use K8s in the README
Signed-off-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
parent
295010c30b
commit
16b5f80780
@ -1,4 +1,4 @@
|
||||
# Kubernetes
|
||||
# Kubernetes (K8s)
|
||||
|
||||
[![GoDoc Widget]][GoDoc] [](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
|
||||
|
Loading…
Reference in New Issue
Block a user