I've just started learning about how a GCP cluster sends traffic, it's still a little abstract, and I've not seen a lot of resources online that help to understand it.
However, I'm considering deploying a cloud NAT in one of the cluster's regions, and I'm not sure how to only send HTTP and HTTPS traffic, I've considered a firewall, but I'm not sure if that is all I'll need.
Also, I believe sending HTTPS traffic through a NAT gateway is rather unsafe; any opinions on this too?
Thank you.