Jan 6, 2023
nice, also I 'm a big fan of formatting the output,
it's pretty flexibile :
kubectl get po -o name -A
or with custom columns
kubectl get po -o=custom-columns=NAME:.metadata.name -A
nice, also I 'm a big fan of formatting the output,
it's pretty flexibile :
kubectl get po -o name -A
or with custom columns
kubectl get po -o=custom-columns=NAME:.metadata.name -A
Seasoned DevOps engineer — Jack of all trades master of None