Computer & Data/Orchestration
Kubernetes. 소스 IP 주소 구하기
박스님
2020. 6. 29. 15:28
반응형
# Proxy Protocol이란?
https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
# nginx, accepting the proxy protocol
https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/
NGINX Docs | Accepting the PROXY Protocol
Preserve client information provided by the PROXY protocol, for advanced load balancing of HTTPS, HTTP/2, TCP, and WebSocket traffic.
docs.nginx.com
참고
https://kubernetes.io/ko/docs/tutorials/services/source-ip/
소스 IP 주소 이용하기
쿠버네티스 클러스터에서 실행 중인 애플리케이션은 서로 간에 외부 세계와 서비스 추상화를 통해 찾고 통신한다. 이 문서는 다른 종류의 서비스로 보내진 패킷의 소스 IP 주소에 어떤 일이 벌��
kubernetes.io
반응형