From a81ba11b3501961df1635d2a426013c67b718b36 Mon Sep 17 00:00:00 2001 From: Kishore Chekuru <34727777+kchekuru@users.noreply.github.com> Date: Thu, 29 Nov 2018 16:28:46 -0500 Subject: [PATCH] Update what-is-kubernetes.md (#11399) fat is offensive --- 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 f086ab21f5..014d4945c0 100644 --- a/content/en/docs/concepts/overview/what-is-kubernetes.md +++ b/content/en/docs/concepts/overview/what-is-kubernetes.md @@ -182,7 +182,7 @@ Summary of container benefits: hardware to running an application on an OS using logical resources. * **Loosely coupled, distributed, elastic, liberated [micro-services](https://martinfowler.com/articles/microservices.html)**: Applications are broken into smaller, independent pieces and can - be deployed and managed dynamically -- not a fat monolithic stack + be deployed and managed dynamically -- not a monolithic stack running on one big single-purpose machine. * **Resource isolation**: Predictable application performance.