Update what-is-kubernetes.md - Grammar Syntax Edit (#15019)
Removed capitalization for lines succeeding a colon ":". Edits from line 40-49.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c0997116f1
commit
20189c2000
@@ -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:
|
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.
|
* 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).
|
* 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.
|
* 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.
|
* 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.
|
* 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.
|
* 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.
|
* 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.
|
* 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 isolation: predictable application performance.
|
||||||
* Resource utilization: High efficiency and density.
|
* Resource utilization: high efficiency and density.
|
||||||
|
|
||||||
## Why do I need Kubernetes and what can it do
|
## Why do I need Kubernetes and what can it do
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user