Kubernetes 常用命令

测试 Linux:

kubectl run busybox -it --image=busybox --rm -- bash

执行容器命令

exec

kubectl exec pod_name -- bash

评论栏