Goal
Run an nginx Pod and confirm it reaches Running.
Requirements (your default namespace, lab)
- A Pod named
nginx, imagenginx:1.25 - The Pod must reach phase Running
Do it imperatively (kubectl run nginx --image=nginx:1.25) or by applying pod.yaml — your choice. The judge only checks the resulting state.