Skip to content

Commit 5e91cd6

Browse files
authored
Merge pull request #98963 from jluk/outboundtype
Outboundtype
2 parents a0abea7 + 46ff7ff commit 5e91cd6

File tree

9 files changed

+541
-1
lines changed

9 files changed

+541
-1
lines changed

articles/aks/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
href: internal-lb.md
175175
- name: Use a Standard Load Balancer
176176
href: load-balancer-standard.md
177+
- name: Use a user defined route for egress
178+
href: egress-outboundtype.md
177179
- name: Use a static IP address
178180
href: static-ip.md
179181
- name: Ingress

articles/aks/egress-outboundtype.md

Lines changed: 535 additions & 0 deletions
Large diffs are not rendered by default.

articles/aks/load-balancer-standard.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ The following limitations apply when you create and manage AKS clusters that sup
5555

5656
## Use the *Standard* SKU load balancer
5757

58-
When you create an AKS cluster, by default, the *Standard* SKU load balancer is used when you run services in that cluster. For example, [the quickstart using the Azure CLI][aks-quickstart-cli] deploys a sample application that uses the *Standard* SKU load balancer.
58+
When you create an AKS cluster, by default, the *Standard* SKU load balancer is used when you run services in that cluster. For example, [the quickstart using the Azure CLI][aks-quickstart-cli] deploys a sample application that uses the *Standard* SKU load balancer.
59+
60+
> [!IMPORTANT]
61+
> Public IP addresses can be avoided by customizing a user-defined route (UDR). Specifying an AKS cluster's outbound type as UDR can skip IP provisioning and backend pool setup for the AKS created Azure load balancer. See [setting a cluster's `outboundType` to 'userDefinedRouting'](egress-outboundtype.md).
5962
6063
## Configure the load balancer to be internal
6164

334 KB
Loading
84.3 KB
Loading
176 KB
Loading
210 KB
Loading
447 KB
Loading
295 KB
Loading

0 commit comments

Comments
 (0)