I'm running my web app as pod behind an nginx reverse proxy for ssl. Both of them use kubernetes service for load balancing(Like shown here). My problem is that all of the HTTP request logs show the cluster IP address instead of the IPs of the HTTP clients. Is there any other way I can make kubernetes service to pass this info to my app servers?