staticpodpath in Kuberetes
#Run the command
>> ps -aux | grep kubelet
#Identify the config file -
>> --config=/var/lib/kubelet/config.yaml.
#Then check in the config file for staticPodPath.
Ankit Sambhare (SamBlake30)