diff --git a/content/es/docs/reference/glossary/kubectl.md b/content/es/docs/reference/glossary/kubectl.md new file mode 100755 index 0000000000000..665fffcf98622 --- /dev/null +++ b/content/es/docs/reference/glossary/kubectl.md @@ -0,0 +1,19 @@ +--- +title: Kubectl +id: kubectl +date: 2018-04-12 +full_link: /docs/user-guide/kubectl-overview/ +short_description: > + A command line tool for communicating with a Kubernetes API server. + +aka: +tags: +- tool +- fundamental +--- + A command line tool for communicating with a {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} server. + + + +You can use kubectl to create, inspect, update, and delete Kubernetes objects. +