Hybrid Approach

PHOTO EMBED

Sun Nov 29 2020 18:19:06 GMT+0000 (Coordinated Universal Time)

Saved by @ankity09 #aws,ckad

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

creates a yaml file with the required fields