From 20189c20002fbcb0c207cad4b26066df729789be Mon Sep 17 00:00:00 2001 From: Ryan Stephen Date: Thu, 20 Jun 2019 17:54:49 +0530 Subject: [PATCH] Update what-is-kubernetes.md - Grammar Syntax Edit (#15019) Removed capitalization for lines succeeding a colon ":". Edits from line 40-49. --- .../en/docs/concepts/overview/what-is-kubernetes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/overview/what-is-kubernetes.md b/content/en/docs/concepts/overview/what-is-kubernetes.md index bb1bc2e0c2..4eb3576a70 100644 --- a/content/en/docs/concepts/overview/what-is-kubernetes.md +++ b/content/en/docs/concepts/overview/what-is-kubernetes.md @@ -37,16 +37,16 @@ Each VM is a full machine running all the components, including its own operatin Containers are becoming popular because they have many benefits. Some of the container benefits are listed below: -* Agile application creation and deployment: Increased ease and efficiency of container image creation compared to VM image use. -* Continuous development, integration, and deployment: Provides for reliable and frequent container image build and deployment with quick and easy rollbacks (due to image immutability). -* Dev and Ops separation of concerns: Create application container images at build/release time rather than deployment time, thereby decoupling applications from infrastructure. +* Agile application creation and deployment: increased ease and efficiency of container image creation compared to VM image use. +* Continuous development, integration, and deployment: provides for reliable and frequent container image build and deployment with quick and easy rollbacks (due to image immutability). +* Dev and Ops separation of concerns: create application container images at build/release time rather than deployment time, thereby decoupling applications from infrastructure. * Observability not only surfaces OS-level information and metrics, but also application health and other signals. * Environmental consistency across development, testing, and production: Runs the same on a laptop as it does in the cloud. * Cloud and OS distribution portability: Runs on Ubuntu, RHEL, CoreOS, on-prem, Google Kubernetes Engine, and anywhere else. * Application-centric management: Raises the level of abstraction from running an OS on virtual hardware to running an application on an OS using logical resources. -* Loosely coupled, distributed, elastic, liberated micro-services: Applications are broken into smaller, independent pieces and can be deployed and managed dynamically – not a monolithic stack running on one big single-purpose machine. -* Resource isolation: Predictable application performance. -* Resource utilization: High efficiency and density. +* Loosely coupled, distributed, elastic, liberated micro-services: applications are broken into smaller, independent pieces and can be deployed and managed dynamically – not a monolithic stack running on one big single-purpose machine. +* Resource isolation: predictable application performance. +* Resource utilization: high efficiency and density. ## Why do I need Kubernetes and what can it do