Skip to content

Commit 392fe88

Browse files
Update faq.yml
AKS API server
1 parent 8157409 commit 392fe88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/nat-gateway/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ sections:
214214
answer: |
215215
Yes. For more information about NAT gateway integration with Azure Kubernetes Service, see [Managed NAT Gateway](/azure/aks/nat-gateway).
216216

217+
- question: When is NAT gateway used to connect from my AKS cluster to the AKS API server?
218+
answer: |
219+
To manage an AKS cluster, you interact with its API server. When you create a non-private cluster that resolves to the API server's fully qualified domain name (FQDN), the API server is assigned a public IP address by default. After you attach a NAT Gateway to the subnets of your AKS cluster, NAT Gateway will be used to connect to the public IP of the AKS API server. Refer to [Access an AKS API Server](/azure/architecture/guide/security/access-azure-kubernetes-service-cluster-api-server) for additional information and design guidance.
220+
217221
- question: Can I use a NAT gateway with Azure Firewall?
218222
answer: |
219223
Yes, a NAT gateway can be used with Azure Firewall. When Azure Firewall is used with a NAT gateway, it should be in a zonal configuration. A NAT gateway works with a zone-redundant firewall, but we don't recommend the deployment at this time. For more information about NAT gateway integration with Azure Firewall, see [Scale SNAT ports with a NAT gateway](../firewall/integrate-with-nat-gateway.md).

0 commit comments

Comments
 (0)