kubectl get pods -n <namespace> -l app=<deployment name> \
--no-headers -o custom-column=":metadata.name"
example>
kubectl get pods -n test-namespace \
-l app=test-deployment --no-headers -o custom-columns=":metadata.name"
'쿠버네티스' 카테고리의 다른 글
macOS (silicon) minikube 설치하기 (0) | 2023.08.24 |
---|---|
macOS (apple silicon) 에 kubectl 설치하기 (0) | 2023.08.24 |
쿠버네티스 pod graceful shutdown (0) | 2023.08.06 |
port forward 명령으로 로컬에서 pod 접속하기 (0) | 2023.08.04 |
Release 상태의 PV 를 Available 상태로 변경하기 (0) | 2023.07.30 |
댓글