[K8S] Node port
2024. 4. 9. 14:05ㆍIT
Port
- port 서비스의 포트
- Cluster 내부에서 사용할 Service 객체의 포트
TargetPort
- Pod에 접근할 때 사용하는 port
- Service 객체로 전달된 요청을 Pod(deployment)로 전달할때 사용하는 포트
NodePort
- 외부에서 접근할 때 사용하는 port
서비스 흐름: NodePort -> Port -> TargetPort
'IT' 카테고리의 다른 글
EKS위에 Signoz 설치 방법 (0) | 2024.04.09 |
---|---|
인증서 pfx -> cert, key 추출하기 (0) | 2024.04.09 |
[AWS] VPC와 Subnet (0) | 2024.04.09 |
[Monitoring] Signoz (0) | 2024.04.09 |
[IT] Docker와 Podman (0) | 2024.04.09 |