44 lines
924 B
Markdown
44 lines
924 B
Markdown
---
|
|
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.
|
|
|
|
aka:
|
|
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 对象。
|