Question
How to trace the source IP behind a load balancer ?
I’ve set up a rabbitmq cluster in a k8s cluster, and published with a k8s service of type LoadBalancer. So the load balancer got created, and everything works.
All connections to the rabbitmq server come from the k8s node IP. How can I trace back to the real IP of the requests?
Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×