From 692955db7de4f59a72bfef531b2c203b48c8d760 Mon Sep 17 00:00:00 2001 From: Javi Sabalete Date: Mon, 27 May 2019 17:20:49 +0200 Subject: [PATCH] Add content/es/docs/reference/glossary/kubectl.md --- content/es/docs/reference/glossary/kubectl.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 content/es/docs/reference/glossary/kubectl.md 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. +