From 7671f4bfb29c92a8ab17185824630f2383871acb Mon Sep 17 00:00:00 2001 From: Scot Marvin Date: Tue, 16 Jul 2019 17:22:35 -0700 Subject: [PATCH] Changed a confusing heading (#15453) I changed a question that had no question mark into a statement. I also changed the heading from the first person to the second person, because the topic it treats the reader as the second person everywhere else. --- content/en/docs/concepts/overview/what-is-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/what-is-kubernetes.md b/content/en/docs/concepts/overview/what-is-kubernetes.md index 8beb3ba21a..075235521e 100644 --- a/content/en/docs/concepts/overview/what-is-kubernetes.md +++ b/content/en/docs/concepts/overview/what-is-kubernetes.md @@ -48,7 +48,7 @@ Containers are becoming popular because they have many benefits. Some of the con * Resource isolation: predictable application performance. * Resource utilization: high efficiency and density. -## Why do I need Kubernetes and what can it do +## Why you need Kubernetes and what can it do Containers are a good way to bundle and run your applications. In a production environment, you need to manage the containers that run the applications and ensure that there is no downtime. For example, if a container goes down, another container needs to start. Wouldn't it be easier if this behavior was handled by a system?