Reason/Cause | In the Kubernetes NodePort structure, if the X-Forwarded-For value does not come from the client, it forwards the pod's IP address to the back-end application by default. As a solution, we can solve it by setting the externalTrafficPolicy value to Local, but this time, since NodePort does not forward the incoming request to other servers in the Cluster, there is an access problem. It is necessary to know the relevant Node and go to it. |