Skip to content

Commit 6a43c73

Browse files
committed
Use glosarry for synopsis and improve introduction with active voice
1 parent bd43663 commit 6a43c73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

7-
kubectl is a command-line tool for interacting with Kubernetes clusters. It
8-
enables users to deploy applications, inspect resources, and manage workloads.
7+
kubectl is a command-line tool for interacting with Kubernetes clusters.
8+
Use it to deploy applications, inspect resources, and manage workloads.
99

1010
While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it
1111
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 is a command-line tool used to interact with a Kubernetes cluster. It allows users to deploy applications, inspect and manage cluster resources such as pods, services, and deployments.
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)