We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657f400 commit 4698939Copy full SHA for 4698939
1 file changed
src/understanding-deis/concepts.md
@@ -19,9 +19,8 @@ methodology and best practices.
19
20
[Kubernetes][] is an open-source cluster manager developed by Google and
21
donated to the [Cloud Native Compute Foundation][cncf]. Kubernetes manages all
22
-the activity on your cluster. Including converging to a desired state,
23
-providing critical functions like stable service addresses, health monitoring,
24
-service discovery and DNS resolution.
+the activity on your cluster, including: desired state convergence, stable
+service addresses, health monitoring, service discovery, and DNS resolution.
25
26
Workflow builds upon Kubernetes abstractions like Services, Replication
27
Controllers and Pods to provide a developer-friendly UX, source to image, log
0 commit comments