K8S kubectl命令
作者:互联网
一、kubectl命令
1. 格式:kubectl [command] [type] [name] [flag]
command:资源执行的操作,如create、get、delete;
type:指定资源类型,如pod、service、deployment;
name:指定资源名称;
flags:额外可选参数;
https://blog.csdn.net/qq_37304462/article/details/121346702
标签:kubectl,资源类型,name,指定,命令,command,K8S,type 来源: https://www.cnblogs.com/ruhuanxingyun/p/16495383.html