悲凉凉面

文章
2
资源
1
加入时间
3年0月28天

pod yaml 详解

#apiVersion: v1#kind: Namespace#metadata: # name: ns-showdoc# labels: # name: ns-showdoc#---apiVersion: v1 #本版号,查询:kubectl api-versionkind: Service #创建的资源,可以时pod,server,Deployment等等metadata: #元数据必...