Get pod's YAML - Casey-lab-95/cka GitHub Wiki

kubectl get po nginx -o yaml

or

kubectl get po nginx -oyaml

or

kubectl get po nginx --output yaml

or

kubectl get po nginx --output=yaml