File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
content/en/docs/reference/kubectl Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ content_type: concept
44weight : 1
55---
66
7- kubectl is the Kubernetes cli version of a swiss army knife, and can do many things.
7+ kubectl is a command-line tool for interacting with Kubernetes clusters.
8+ Use it to deploy applications, inspect resources, and manage workloads.
89
910While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it
1011also covers other kubectl functions.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ weight: 30
66
77## {{% heading "synopsis" %}}
88
9- kubectl controls the Kubernetes cluster manager.
9+ {{< glossary_definition term_id="kubectl" length="short" >}}
1010
1111Find more information in [ Command line tool] ( /docs/reference/kubectl/ ) (` kubectl ` ).
1212
You can’t perform that action at this time.
0 commit comments