diff --git a/content/en/docs/reference/kubectl/introduction.md b/content/en/docs/reference/kubectl/introduction.md index 3131e997cbcba..14cad12b92d3e 100644 --- a/content/en/docs/reference/kubectl/introduction.md +++ b/content/en/docs/reference/kubectl/introduction.md @@ -4,7 +4,8 @@ content_type: concept weight: 1 --- -kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. +kubectl is a command-line tool for interacting with Kubernetes clusters. +Use it to deploy applications, inspect resources, and manage workloads. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. diff --git a/content/en/docs/reference/kubectl/kubectl.md b/content/en/docs/reference/kubectl/kubectl.md index bb6533c1d78d1..dec415ef6e9e7 100644 --- a/content/en/docs/reference/kubectl/kubectl.md +++ b/content/en/docs/reference/kubectl/kubectl.md @@ -6,7 +6,7 @@ weight: 30 ## {{% heading "synopsis" %}} -kubectl controls the Kubernetes cluster manager. +{{< glossary_definition term_id="kubectl" length="short" >}} Find more information in [Command line tool](/docs/reference/kubectl/) (`kubectl`).