Need some design guidance around using NAT Gateway with AKS
Hi,
We have an AKS cluster with multiple nodepools. All nodepools share the same subnet (/20). Nodepools are VMSS with Zone-redundancy.
We want to attach NAT Gateway to that subnet for outbound connectivity.
Since the NAT gateway is a zonal service, which means we have to deploy it in a single zone but our nodes are spread across all AZs. This means a single instance of NAT Gateway could be a single point of failure. Also, we cannot attach multiple NAT Gateways to a single subnet.
This is a blocker for us. Just wondering if there is any detailed design guidance for implementing a High Availability NAT Gateway in AKS with a single subnet?