NAT instance inside GKE network
I have a private GKE cluster. Egress is configured with Cloud NAT. Ingress through Load Balancers.
Egress traffic costs me a lot, so I’d like to add a VM inside the network and configure IP forwarding and NAT there. After that, I will add custom routes to VPC with a few destinations that I use the most. The traffic should go through the NAT instance, and with lower costs.