@@ -3,6 +3,21 @@ title: Kubectl
|
|||||||
id: kubectl
|
id: kubectl
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/user-guide/kubectl-overview/
|
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: >
|
short_description: >
|
||||||
A command line tool for communicating with a Kubernetes API server.
|
A command line tool for communicating with a Kubernetes API server.
|
||||||
|
|
||||||
@@ -11,9 +26,18 @@ tags:
|
|||||||
- tool
|
- tool
|
||||||
- fundamental
|
- fundamental
|
||||||
---
|
---
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
A command line tool for communicating with a {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} server.
|
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-->
|
<!--more-->
|
||||||
|
|
||||||
|
<!--
|
||||||
You can use kubectl to create, inspect, update, and delete Kubernetes objects.
|
You can use kubectl to create, inspect, update, and delete Kubernetes objects.
|
||||||
|
-->
|
||||||
|
|
||||||
|
您可以使用 kubectl 创建、检查、更新和删除 Kubernetes 对象。
|
||||||
|
|||||||
Reference in New Issue
Block a user