diff --git a/guide/english/developer-tools/kubernetes/index.md b/guide/english/developer-tools/kubernetes/index.md index daf52d5076..374ec0e082 100644 --- a/guide/english/developer-tools/kubernetes/index.md +++ b/guide/english/developer-tools/kubernetes/index.md @@ -5,7 +5,9 @@ title: Kubernetes # Kubernetes -"Kubernetes 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.1" +"Kubernetes 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.1" + +Kubernetes was orginally designed by Google Engineers and v1.0 was released on July 21, 2015. It is now maintained by the [Cloud Native Computing Foundation](https://www.cncf.io/). ### Links: * [Kubernetes on GitHub](https://github.com/kubernetes/kubernetes)