Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/en/docs/reference/kubectl/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down