Define a Command and Arguments for a Container | Kubernetes
kubernetes.io › docs › tasksMay 30, 2020 · The command and arguments that you define in the configuration file override the default command and arguments provided by the container image. If you define args, but do not define a command, the default command is used with your new arguments. Note: The command field corresponds to entrypoint in some container runtimes. Refer to the Notes below.