Please I need an assistance how to do the following task
-
Create a pod named pod-nginx using nginx image with latest tag only and remember to mention the tag i.e nginx:latest.
-
Labels app should be set to nginx_app, also container should be named as nginx-container.
How best can this be created and possible ways to run the command, either through a combined command to do the two or single commands for the both.