Skip to content

Commit

Permalink
Update cnf-best-practices-k8s.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlinca authored Nov 14, 2023
1 parent 0558a46 commit 9f63d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cnf-best-practices-k8s.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="cnf-best-practices-k8s"]
= 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.

Expand Down

0 comments on commit 9f63d0c

Please sign in to comment.