DocsEdge StackAzure Kubernetes Service Engine HTTP/3 configuration
2 min • read
Azure Kubernetes Service Engine HTTP/3 configuration
This guide shows how to setup HTTP/3 support for Azure Kubernetes Service (AKS). The instructions provided in this page are a continuation of the HTTP/3 in Ambassador Edge Stack documentation.
Configuring an external load balancer for AKS
To configure an external load balancer for AKS, you need to:
- Reserve a public static IP address.
- Create two
LoadBalancer
services, one for TCP and one for UDP. - Assign the public static IP address to the
loadBalancerIP
field.
An example of the two load balancer services described above looks as follows:
In the above example, AKS generates two LoadBalancer
services, one for UDP and the other for TCP.