kubectl7 쿠버네티스에서 컨테이너 네임, 이미지 출력 쿠버네티스에서는 pod 단위로 관리하는데, 컨테이너에 대한 정보를 출력하고 싶다면 다음의 명령을 입력하면 됩니다. # kubectl get po -o jsonpath='{range .items[*]}{"pod: "}{.metadata.name}{"\n"}{range .spec.containers[*]}{"\tname: "}{.name}{"\n\timage: "}{.image}{"\n"}{end}' 2019. 7. 1. 이전 1 2 다음