Skip to content
Docs Try Aspire
Docs Try

addLoadBalancer

Method
📦 Aspire.Hosting.Azure.Kubernetes v13.4.0-preview.1.26281.18
interface AzureKubernetesEnvironmentResource {
// ... omitted for brevity
addLoadBalancer(
name: string,
subnet: AzureSubnetResource): AzureKubernetesLoadBalancerResource;
}

Signature

method addLoadBalancer builder
Adds an Azure Application Gateway for Containers (AGC) `ApplicationLoadBalancer` to this AKS environment, bound to the supplied delegated subnet. Returns a resource builder that can be passed to `gateway.WithLoadBalancer(lb)` / `ingress.WithLoadBalancer(lb)` to route traffic through this load balancer.
addLoadBalancer(
name: string,
subnet: AzureSubnetResource): AzureKubernetesLoadBalancerResource
name string
subnet AzureSubnetResource
AzureKubernetesLoadBalancerResource

Applies to

This method applies to the following types: