Skip to content
Permalink
Browse files
Fix Observability format to be consistent with other items
  • Loading branch information
mengjiao-liu committed Jul 23, 2021
1 parent e92c299 commit 9eb90fddd8f5519f0c6940ae6beed1ca080e0489
Showing with 1 addition and 1 deletion.
  1. +1 βˆ’1 content/en/docs/concepts/overview/what-is-kubernetes.md
@@ -45,7 +45,7 @@ Containers have become popular because they provide extra benefits, such as:
* 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 efficient 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.
* 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-premises, on major public clouds, 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.

0 comments on commit 9eb90fd

Please sign in to comment.