From 11a5ac26d810b8b9e249b1b40dbfb3a485d49daf Mon Sep 17 00:00:00 2001 From: Shalise Smith <32107637+Shalise@users.noreply.github.com> Date: Mon, 4 Mar 2019 16:23:51 -0800 Subject: [PATCH] added creator info, fixed spacing (#27614) --- guide/english/developer-tools/kubernetes/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)