Hello, I am very curious about whether it is possible to create single pod with . . .

Chris Wagter:
hello, I am very curious about whether it is possible to create single pod with multiple images in an Imperative way. If so, how does it look like

Gonzalo Acosta:
I don’t see in one shot create two containers with one command like kubectl run, but in one command with --dry-run, edit the file and create with kubectl apply, yes.

Mohamed Ayman:
No, you can’t using one imperative command, you will need to edit it then add the second container.

Chris Wagter:
thxs for the reply @Gonzalo Acosta and @Mohamed Ayman