zh-trans: add kubectl.md (#11316)

zh-trans: add kubectl.md
This commit is contained in:
AdamDang
2018-11-26 21:57:48 +08:00
committed by k8s-ci-robot
parent 941f8d1ce4
commit 64aeaf5030
@@ -3,6 +3,21 @@ title: Kubectl
id: kubectl
date: 2018-04-12
full_link: /docs/user-guide/kubectl-overview/
short_description: >
kubectl 是用来和 Kubernetes API 服务器进行通信的命令行工具。
aka:
tags:
- tool
- fundamental
---
<!--
---
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.
@@ -11,9 +26,18 @@ tags:
- tool
- fundamental
---
-->
<!--
A command line tool for communicating with a {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} server.
-->
kubectl 是用来和 {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} 服务器进行通信的命令行工具。
<!--more-->
<!--
You can use kubectl to create, inspect, update, and delete Kubernetes objects.
-->
您可以使用 kubectl 创建、检查、更新和删除 Kubernetes 对象。