关注分享主机优惠活动
国内外VPS云服务器

K8s kubectl打印格式

有时候你需要输出一些k8s的资源信息作为表格,比如统计你的资源数量。

将您的模板保存为下面的template.txt。

cat & lt& ltEOF & gt& gttemplate . txt name quantity reserved memory reserved CPU maximum memory maximum CPU metadata . name spec . replicas spec . template . spec . containers[*]. resources . requests . memory spec . spec . containers[*]。resources . limits . memory spec . template . spec . containers[*]。然后执行resources.limits.cpeop。

kuctl get deployment -o custom -columns -file = template . txt除了模板文件还可以使用。

kuctl get deployment -o custom -columns = name:metadata . name,quantity: spec.replicas

未经允许不得转载:主机频道 » K8s kubectl打印格式

评论 抢沙发

评论前必须登录!