📜  kubectl 仅获取 pod 名称 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:39.454000             🧑  作者: Mango

代码示例1
kubectl get pods --template '{{range .items}}{{.metadata.name}}{{end}}' --selector=app=

//replace  with your service container name