What is logic behind having args before name and image of container? Does it ind . . .

Sayali Bhase:
What is logic behind having args before name and image of container? Does it indicate anything specific? Sometimes I observe it is written after and sometimes before the image nadname of conatiner… I may be missing some part… Please help me with it!
image.png

Sanjay Kumar:
There is nothing as such and sometime when you get the output of running pod in Yaml format then it displays like that.
So make sure to get yourself comfortable with the syntax and not get confused how it is formatted.

unnivkn:
Hi… args, image, name etc are child of containers: you can mention it any order. But make sure it starts with an array. ie, - symbol.

unnivkn:
https://kodekloud.com/courses/json-path-quiz/

Sayali Bhase:
Thanks! :slightly_smiling_face: