nicenote/docs/tools/k8s.md
2024-01-18 16:29:26 +08:00

256 B

nav group
title path
工具 /tools
title order
工具 4

找到对应容器位置

kubectl -n ${pod 名称} get pod | grep ${项目名称}

进入项目

kubectl -n ${pod 名称} exec -it ${项目名称-hash 值} -c nginx -- sh