Skip to content

Commit 9f63d0c

Browse files
authored
Update cnf-best-practices-k8s.adoc
1 parent 0558a46 commit 9f63d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cnf-best-practices-k8s.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id="cnf-best-practices-k8s"]
22
= Kubernetes
33

4-
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.
4+
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.
55

66
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.
77

0 commit comments

Comments
 (0)