0 points
Sun Nov 29 2020 18:19:06 GMT+0000 (UTC)
Posted by @ankity09 #aws,ckad
kubectl run frontend --image=nginx --port=80 \ -o yaml --dry-run=client > pod.yaml
creates a yaml file with the required fields
Copy this code:
Preview:
Comments