Y
Hacker News
new
|
ask
|
show
|
jobs
Running Socket.IO Applications on Kubernetes
(
deis.com
)
6 points
by
ApsOps
3555 days ago
1 comments
lcalcote
3553 days ago
"That's because ELBs forward requests to backend instances without modifying the request headers and the client IP is not sent in case of TCP load balancing." - - not sure this is quite what the author meant?
link
ApsOps
3550 days ago
In case of TCP load balancer, the headers are sent unmodified and backend instances receive the ELB's IP as the client IP. This is described in the AWS docs -
http://docs.aws.amazon.com/elasticloadbalancing/latest/class...
link