You can do that by calling kubectl exec to get direct command line access. ... kubectl exec -it <pod_name> -- /bin/bash</pod_name>.
確定! 回上一頁