diff --git a/index.html b/index.html index 47d2bb5..1e546f7 100644 --- a/index.html +++ b/index.html @@ -3205,7 +3205,7 @@

2.2. Kubernetes

-

Kubernetes is an open source container orchestration suite of software that is API driven with a datastore that manages the state of the deployments resident on the cluster.

+

Kubernetes is an open source container orchestration suite of software that is API driven with a datastore that manages the state of the deployments residing on the cluster.

The Kubernetes API is the mechanism that applications and users utilize to interact with the cluster. There are several ways to do this. For example, kubectl or oc CLI tools, web based UIs, or interacting directly with API using tools such as curl. You can use the SDK to build your own tools.

@@ -6504,7 +6504,7 @@