Skip to content

Commit d483ea7

Browse files
authored
Update ingress support description for AKS
1 parent 2d9ce89 commit d483ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/design-compute-solution/includes/7-design-for-azure-kubernetes-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are several factors to consider when deciding whether Azure Kubernetes Ser
3030
| **Cluster node upgrades** | _Do you want to reduce the number of cluster management tasks?_ | AKS manages Kubernetes software upgrades and the process of cordoning off nodes and draining them. |
3131
| **Storage volume support** | _Does your application require persisted storage?_ | AKS supports both static and dynamic storage volumes. Pods can attach and reattach to these storage volumes as they're created or rescheduled on different nodes. |
3232
| **Virtual network support** | _Do you need pod-to-pod network communication or access to on-premises networks from your AKS cluster?_ | An AKS cluster can be deployed into an existing virtual network with ease. |
33-
| **Ingress with HTTP application routing support** | _Do you need to make your deployed applications publicly available?_ | The HTTP application routing add-on makes it easy to access AKS cluster deployed applications. |
33+
| **Application routing and ingress** | _Do you need to make your deployed applications publicly available?_ | AKS supports application routing through the application routing add-on. AKS is transitioning to the Kubernetes Gateway API as the long-term standard for ingress. |
3434
| **Docker image support** | _Do you already use Docker images for your containers?_ | By default, AKS supports the Docker file image format. |
3535
| **Private container registry** | _Do you need a private container registry?_ | AKS integrates with Azure Container Registry (ACR). You aren't limited to ACR though, you can use other container repositories, public, or private. |
3636

0 commit comments

Comments
 (0)