이야기박스
Kubernetes. 소스 IP 주소 구하기 본문
반응형
# 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
반응형
'Computer & Data > Orchestration' 카테고리의 다른 글
Kubernetes. Skaffold를 활용하여 개발환경을 꾸려보자 (0) | 2022.05.19 |
---|---|
Kubernetes. 고급 스케줄링 (1) | 2022.01.12 |
Kubernetes. Ingress and TLS Setting (0) | 2020.01.28 |
Kubernetes. Helm3 (1) | 2020.01.10 |
(작성중) Kubernetes. Pod AutoScaling (0) | 2019.12.06 |