From 20f5f738fef864413316d55587661a323f439865 Mon Sep 17 00:00:00 2001 From: Sobit Singh Date: Sat, 11 Apr 2026 21:58:19 +0530 Subject: [PATCH] Improve kubectl introduction clarity using active voice and glossary reference --- content/en/docs/reference/kubectl/introduction.md | 3 ++- content/en/docs/reference/kubectl/kubectl.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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`).