By passing arguments to the command
By defining environment variables
Using configuration files
Arguments to the Command
We have seen in Chapter 5, section “Container Specs,” that we can define the arguments of the command with the Args field of the Container spec.
It is not possible to define the arguments of the command imperatively by using the kubectl command run or create.
Depending on the definition of the image, it is possible you have to also specify the Command value ...