File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/tasks/manage-kubernetes-objects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The `kubectl` tool supports verb-driven commands for creating some of the most c
59
59
object types. The commands are named to be recognizable to users unfamiliar with
60
60
the Kubernetes object types.
61
61
62
- - `run`: Create a new Deployment object to run Containers in one or more Pods .
62
+ - `run`: Create a new Pod to run a Container .
63
63
- `expose`: Create a new Service object to load balance traffic across Pods.
64
64
- `autoscale`: Create a new Autoscaler object to automatically horizontally scale a controller, such as a Deployment.
65
65
-->
@@ -68,7 +68,7 @@ the Kubernetes object types.
68
68
` kubectl ` 工具支持动词驱动的命令,用来创建一些最常见的对象类别。
69
69
命令的名称设计使得不熟悉 Kubernetes 对象类型的用户也能做出判断。
70
70
71
- - ` run ` :创建一个新的 Deployment 对象来在一个或多个 Pod 中运行 Container 。
71
+ - ` run ` :创建一个新的 Pod 来运行一个容器 。
72
72
- ` expose ` :创建一个新的 Service 对象为若干 Pod 提供流量负载均衡。
73
73
- ` autoscale ` :创建一个新的 Autoscaler 对象来自动对某控制器(如 Deployment)
74
74
执行水平扩缩。
You can’t perform that action at this time.
0 commit comments