From 1d6f7b9d55b2f25d79d9c03ce49fe841038e2a49 Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Thu, 25 Jan 2018 16:32:41 -0600 Subject: [PATCH] Update what-is-kubernetes.md (#6971) Regularize "What Kubernetes is not" list. --- docs/concepts/overview/what-is-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/what-is-kubernetes.md b/docs/concepts/overview/what-is-kubernetes.md index e98d75435d..fd16087e2e 100644 --- a/docs/concepts/overview/what-is-kubernetes.md +++ b/docs/concepts/overview/what-is-kubernetes.md @@ -105,7 +105,7 @@ Kubernetes: * Does not provide middleware (e.g., message buses), data-processing frameworks (for example, Spark), databases (e.g., mysql), nor cluster storage systems (e.g., Ceph) as built-in services. Such applications run on Kubernetes. * Does not have a click-to-deploy service marketplace. * Does not deploy source code and does not build your application. Continuous Integration (CI) workflow is an area where different users and projects have their own requirements and preferences, so it supports layering CI workflows on Kubernetes but doesn't dictate how layering should work. -* Allows users to choose their logging, monitoring, and alerting systems. (It provides some integrations as proof of concept.) +* Does not dictate logging, monitoring, or alerting decisions, but allows users to choose their own solutions. (It provides some integrations as proof of concept.) * Does not provide nor mandate a comprehensive application configuration language/system (for example, [jsonnet](https://github.com/google/jsonnet)). * Does not provide nor adopt any comprehensive machine configuration, maintenance, management, or self-healing systems.