Skip to content

Commit ab4adb8

Browse files
Update faq.yml
1 parent 99c98bd commit ab4adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/nat-gateway/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ sections:
216216
217217
- question: When is NAT gateway used to connect from my AKS cluster to the AKS API server?
218218
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.
219+
To manage an AKS cluster, the cluster interacts with its API server. In non-private clusters, API server cluster traffic is routed and processed through the cluster's [outbound type](/azure/aks/egress-outboundtype#outbound-types-in-aks). When the cluster outbound type is set to NAT Gateway, the API server traffic is processed as public traffic through the NAT gateway. To prevent API server traffic from being processed as public traffic, consider using a [private cluster](/azure/aks/private-clusters) or use the [API Server VNet Integration](/azure/aks/api-server-vnet-integration) feature (in preview).
220220
221221
- question: Can I use a NAT gateway with Azure Firewall?
222222
answer: |

0 commit comments

Comments
 (0)