what does nginx command do inside the container?
I have a pod with nginx image, but it also has the command "nginx". apiVersion: v1 kind: Pod metadata: name: nx spec: containers: name: nginx image: nginx command: ["nginx"] #what does this do? it's not bin/sh -c args: ["-g", "daemon…