We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gron으로 JSON구조 파악해서 JSONPath에 인자로 전달할 값을 찾기
kubectl get pods [podname] -o json | gron
yq로 출력 색깔로 보기
VERSION=v4.2.0 BINARY=yq_linux_amd64 wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - |\ tar xz && sudo mv ${BINARY} /usr/bin/yq kubectl get nodes -o yaml | yq e