MultipleChoice
List pod logs named ''frontend'' and search for the pattern ''started'' and write it to a file ''/opt/error-logs''
OptionsMultipleChoice
Create a pod that echo ''hello world'' and then exists. Have the pod deleted automatically when it's completed
OptionsMultipleChoice
Get IP address of the pod -- ''nginx-dev''
OptionsMultipleChoice
Print pod name and start time to ''/opt/pod-status'' file
OptionsMultipleChoice
Create a busybox pod and add ''sleep 3600'' command
OptionsMultipleChoice
List ''nginx-dev'' and ''nginx-prod'' pod and delete those pods
Options