I have an application running in a POD on kubernetes. This application connects to server external Public IP address and expects the clients to have specific public IP address. The server checks the source IP address for security.
Now that my application is running inside k8s cluster it will have some local IP address.
How to fix this ... is there a way to do NAT on source IP address based in the destination server address ? If so how to do this ?