Skip to content

Commit 39976e7

Browse files
authored
Update load-balancer-overview.md
1 parent 0623a68 commit 39976e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AKS-Hybrid/load-balancer-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of MetalLB for Kubernetes clusters
33
description: Learn the basic concepts of MetalLB load balancing for AKS enabled by Arc Kubernetes clusters.
44
ms.topic: conceptual
5-
ms.date: 04/02/2024
5+
ms.date: 07/17/2024
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: xinyuhe
@@ -49,10 +49,11 @@ The choice between L2 and BGP mode with MetalLB depends on your specific require
4949
| Traffic engineering | Limited control over traffic routing. | Fine-grained control over traffic routing using BGP attributes. |
5050
| External connectivity | Requires more configuration for external connectivity. | Provides seamless connectivity with external networks using BGP routing. |
5151

52-
## Frequently Asked Questions (FAQ)
52+
## FAQ
5353

5454
### Can a MetalLB instance be reused across AKS Arc clusters?
55-
Answer: No, MetalLB cannot be reused across AKS Arc clusters. MetalLB lives as pods in a Kubernetes cluster, and load balancers are CRs (Custom Resource). You need to install the MetalLB Arc k8s-extension using Az CLI, Azure portal or ARM templates, and create load balancers for every AKS Arc cluster.
55+
56+
No, MetalLB can't be reused across AKS Arc clusters. MetalLB lives as pods in a Kubernetes cluster, and load balancers are Custom Resources (CRs). You must install the MetalLB Arc k8s-extension using Azure CLI, the Azure portal or Azure Resource Manager templates, and create load balancers for every AKS Arc cluster.
5657

5758
## Next steps
5859

0 commit comments

Comments
 (0)