인프라/시스템 구축
[ node 정보 ] node에 접근해서 내용보기
김붕어87
2025. 5. 14. 16:47
반응형
kubectl debug node/xxxnode정보.internal -it --image=busybox -- chroot /host
top
ps -ef
등
반응형