The discussion is about Pod creation

Please I need an assistance how to do the following task

  1. Create a pod named pod-nginx using nginx image with latest tag only and remember to mention the tag i.e nginx:latest.

  2. 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.

Hi @Samuel.udeh.14

Seams like a question on Mock exam, unfortunately we can give you here the response to this question but I recommend you do the following :

  • Check kubectl run documentation on the terminal
kubectl run --help 

Regard