인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

curyowo1114's profile image
curyowo1114

asked

The Kubernetes Trend: Level Up Your Skills with Theory and Practice [Beginner to Intermediate]

Networking - Pod / Service Network (Calico), Pause Container

NodePort 서비스에서 노드 아이피를 서비스 아이피로 누가 변환시켜주나요?

Written on

·

173

1

강의 마지막 부분 Service Network 슬라이드 NodePort Service Type 설명할 때 나온 내용인데요,

외부에서 노드포트를 통해서 노드에 접속할때

192.168.59.23:38080을 서비스 아이피 10.103.9.116으로 변환시켜주는건

kube-proxy가 하나요? iptables가 하나요? 아니면.. NAT이 하나요??

dockerkubernetes

Answer 1

1

1pro님의 프로필 이미지
1pro
Instructor

iptables입니다.

강의 자료실에서 강의파일 다운받으시면

수정된 이미지가 있으실꺼예요.

curyowo1114's profile image
curyowo1114

asked

Ask a question