Skip to content

Commit 1007169

Browse files
Merge pull request #302933 from JackStromberg/patch-7
Anycast IP
2 parents 4bf82f1 + a0459ae commit 1007169

File tree

1 file changed

+4
-1
lines changed
  • articles/application-gateway/for-containers

1 file changed

+4
-1
lines changed

articles/application-gateway/for-containers/faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ sections:
3030
- question: Does Application Gateway for Containers support Kubenet?
3131
answer: No, Application Gateway for Containers doesn't support Kubenet in favor of [CNI Overlay](/azure/aks/azure-cni-overlay). [Learn more](/azure/aks/upgrade-aks-ipam-and-dataplane) about migrating from Kubenet to CNI Overlay.
3232

33+
- question: Why does the frontend resolve to an IP address with an ASN location outside the region Application Gateway for Containers is deployed to?
34+
answer: Application Gateway for Containers frontends resolve to any anycast IP address. Anycast IP addresses are advertised globally, which may lead to the ASN location being different from Application Gateway for Containers. The resolved location of the IP address is cosmetic and has no bearing on availability or performance in how clients connect.
35+
3336
- name: Performance
3437
questions:
3538
- question: How does Application Gateway for Containers support high availability and scalability?
@@ -67,4 +70,4 @@ sections:
6770
answer: No. Each ALB controller must use its own unique managed identity.
6871

6972
- question: Can I share the same frontend resource between multiple Gateway and/or Ingress resources in Kubernetes?
70-
answer: No. A frontend should be unique to a single Ingress or Gateway resource. Multiple hostnames and routes can be defined in a given Gateway or Ingress resource to eliminate the need for numerous frontend resources.
73+
answer: No. A frontend should be unique to a single Ingress or Gateway resource. Multiple hostnames and routes can be defined in a given Gateway or Ingress resource to eliminate the need for numerous frontend resources.

0 commit comments

Comments
 (0)