I\'m trying to get a pod version programatically using a Python script that runs on a docker by subprocess.check_output(\'pod search podName\', shell=True) How
subprocess.check_output(\'pod search podName\', shell=True)