I am new to the course and getting an error

Robin Sharma:
I am new to the course and getting an error

chris resnik:
try
kubectl get pod nginx-pod -o yaml > pod-definition.yaml

chris resnik:
(it’s not not an arrow)

rm:
doesnt it also need a --dry-run=client

Fernando Jimenez:
No for getting the pod that exists.

Fernando Jimenez:
–dry-run=client is when you would like to make a template for one.

rm:
i thought its used for getting a template from an existing pod, without creating one…& then e move it to a new yaml & then crdate a new pod using tht yaml