9. Output the yaml file of the pod you just created without the cluster-specific . . .

vikas mahajan:
9. Output the yaml file of the pod you just created without the cluster-specific information kubectl get po nginx -o yaml --export

AB:
K get po nginx -o yaml > pod.yaml