Skip to content

Commit 67fff75

Browse files
Merge pull request #223856 from zhiying-lin/net-doc
Update fleet networking doc
2 parents 8ab6ecf + 413dfa4 commit 67fff75

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/kubernetes-fleet/l4-load-balancing.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,21 @@ In this how-to guide, you'll set up layer 4 load balancing across workloads depl
165165
KUBECONFIG=aks-member-1 kubectl apply -f https://raw.githubusercontent.com/Azure/AKS/master/examples/fleet/kuard/kuard-mcs.yaml
166166
```
167167
168+
> [!NOTE]
169+
> To expose the service via the internal IP instead of public one, add the annotation to the MultiClusterService:
170+
>
171+
> ```yaml
172+
> apiVersion: networking.fleet.azure.com/v1alpha1
173+
> kind: MultiClusterService
174+
> metadata:
175+
> name: kuard
176+
> namespace: kuard-demo
177+
> annotations:
178+
> service.beta.kubernetes.io/azure-load-balancer-internal: "true"
179+
> ...
180+
> ```
181+
182+
168183
Output will look similar to the following example:
169184
170185
```console

0 commit comments

Comments
 (0)