Skip to content

Commit 20f5f73

Browse files
committed
Improve kubectl introduction clarity using active voice and glossary reference
1 parent 67eeb4d commit 20f5f73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/docs/reference/kubectl/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ content_type: concept
44
weight: 1
55
---
66

7-
kubectl is the Kubernetes cli version of a swiss army knife, and can do many things.
7+
kubectl is a command-line tool for interacting with Kubernetes clusters.
8+
Use it to deploy applications, inspect resources, and manage workloads.
89

910
While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it
1011
also covers other kubectl functions.

content/en/docs/reference/kubectl/kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 30
66

77
## {{% heading "synopsis" %}}
88

9-
kubectl controls the Kubernetes cluster manager.
9+
{{< glossary_definition term_id="kubectl" length="short" >}}
1010

1111
Find more information in [Command line tool](/docs/reference/kubectl/) (`kubectl`).
1212

0 commit comments

Comments
 (0)