kubecl describe pod <pod名>,查看pod信息找到该微服务对应的image
1.docker pull <镜像名>
2.然后启动镜像并进入容器:
docker run --rm -ti <镜像名> bash
3.执行启动脚本或者命令<pod的执行命令>