From 3e061afef9a2126889876a4262c6a0464307e382 Mon Sep 17 00:00:00 2001 From: Sobit Singh Date: Thu, 9 Apr 2026 23:22:46 +0530 Subject: [PATCH] improved description of kubectl --- content/en/docs/reference/kubectl/kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`).