Skip to content

Commit f768869

Browse files
authored
Merge pull request #29093 from mengjiao-liu/fix-observability-format
Fix Observability format to be consistent with other list items
2 parents 0ef9001 + 9eb90fd commit f768869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/what-is-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Containers have become popular because they provide extra benefits, such as:
4545
* Agile application creation and deployment: increased ease and efficiency of container image creation compared to VM image use.
4646
* Continuous development, integration, and deployment: provides for reliable and frequent container image build and deployment with quick and efficient rollbacks (due to image immutability).
4747
* Dev and Ops separation of concerns: create application container images at build/release time rather than deployment time, thereby decoupling applications from infrastructure.
48-
* Observability not only surfaces OS-level information and metrics, but also application health and other signals.
48+
* Observability: not only surfaces OS-level information and metrics, but also application health and other signals.
4949
* Environmental consistency across development, testing, and production: Runs the same on a laptop as it does in the cloud.
5050
* Cloud and OS distribution portability: Runs on Ubuntu, RHEL, CoreOS, on-premises, on major public clouds, and anywhere else.
5151
* 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 commit comments

Comments
 (0)