You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/for-containers/faq.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ sections:
30
30
- question: Does Application Gateway for Containers support Kubenet?
31
31
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.
32
32
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
+
33
36
- name: Performance
34
37
questions:
35
38
- question: How does Application Gateway for Containers support high availability and scalability?
@@ -67,4 +70,4 @@ sections:
67
70
answer: No. Each ALB controller must use its own unique managed identity.
68
71
69
72
- 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