반응형
pod 직접 접근 방법
## /bin/bash
kubectl -n [namesapce명] exec -it [pod명] -- /bin/bash
## /bin/sh
kubectl -n [namesapce명] exec -it [pod명] -- /bin/sh
반응형
'Kubernetes' 카테고리의 다른 글
[Kubernetes] namespace 분리하는 이유 (0) | 2024.01.02 |
---|---|
[kubernetes] k9s 설치 (0) | 2023.12.20 |
[Kubernetes] pod 삭제 전 로그 확인 명령어 (0) | 2023.12.18 |
[Kubernetes] 로그 관리 (0) | 2023.02.23 |
[Kubernetes] Horizontal Pod Autoscaling 운영 (0) | 2023.02.11 |