diff --git a/content/en/docs/reference/kubectl/kubectl.md b/content/en/docs/reference/kubectl/kubectl.md index bb6533c1d78d1..4a3fa00ac4ef0 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. +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. Find more information in [Command line tool](/docs/reference/kubectl/) (`kubectl`).