반응형
매번 kubernetes pod에 접속(attach)하기 귀찮을 때, worker node에서 'nsenter' 명령을 이용하면 쉽게 pod 내부의 resource에 접근하는 Linux command를 실행할 수 있다.
예를 들어, Pod 내부의 NIC port의 상태를 조회하거나 packet flow를 dump할 때 nsenter 명령을 사용하면 손가락이 편해질 수 있다.
아래 블로그에 nsenter CLI를 이용하여 container network에 접근하는 예제가 있다.
(Linux container와 network namespace를 만들어 가는 과정을 설명하는 중간에 nsenter CLI가 사용된다. nsenter 자체에 대한 블로그 글이 아님에 주의할 것)
https://labs.iximiuz.com/tutorials/container-networking-from-scratch
'kubernetes' 카테고리의 다른 글
Dockerfile Example (0) | 2021.07.19 |
---|---|
Istio Web Docs - 읽기 좋은 순서대리 정리 (0) | 2021.07.19 |
Kubernetes Port-Forward 설정 (2) | 2021.07.10 |
Kubernetes Ingress Gateway - Concept & Practice (0) | 2021.07.10 |
MetalLB 설치 (2023년 2월 14일에 설치) (1) | 2021.07.08 |