kubectl exec -it

Jmnote (토론 | 기여)님의 2022년 10월 24일 (월) 14:40 판 (새 문서: ==개요== {{소문자}} ;kubectl exec -it <syntaxhighlight lang='console'> $ kubectl exec -it kubernetes-bootcamp-5c69669756-v2kr4 -- bash root@kubernetes-bootcamp-5c69669756-v2kr4:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

kubectl exec -it
$ kubectl exec -it kubernetes-bootcamp-5c69669756-v2kr4 -- bash
root@kubernetes-bootcamp-5c69669756-v2kr4:/# hostname
kubernetes-bootcamp-5c69669756-v2kr4
root@kubernetes-bootcamp-5c69669756-v2kr4:/# exit
exit
$

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}