Which container configuration runs the latest Nginx image and declares its HTTP port?
Use image: nginx:latest with containerPort: 443.
image: nginx:latest
containerPort: 443
Use image: nginx:placeholder and omit the container port.
image: nginx:placeholder
Use image: nginx:latest with containerPort: 80.
containerPort: 80
Place image: nginx:latest under the Service spec instead of the Pod container list.
spec