kubectl run frontend --image=nginx --port=80 \
  -o yaml --dry-run=client > pod.yaml