Where the pod definition files are stored on the physical node when a pod is cre . . .

kandulaz IOT:
@Mumshad Mannambeth and others in the channel, Morning Folks!! from a sys admin perspective… can someone please help me with the location, where the pod definition files are stored on the physical node when a pod is created dynamically? For example when I run a command “kubectl run nginx --image=nginx”

unnivkn:
I don’t think this command create any dynamic definition file. If you need any definition file just run the command like this: kubectl run nginx --image=nginx --dry-run=client -o yaml > nginx.yaml