You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The load balancer controller (LBC) generally creates and destroys [AWS Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/index.html) in response to Kubernetes resources.
8
8
9
9
However, some cluster operators may prefer to manually manage AWS Load Balancers. This supports use cases like:
10
+
10
11
- Preventing accidental release of key IP addresses.
11
12
- Supporting load balancers where the Kubernetes cluster is one of multiple targets.
12
13
- Complying with organizational requirements on provisioning load balancers, for security or cost reasons.
@@ -23,12 +24,14 @@ Third, a TargetGroupBinding CRD is created in a cluster. The CRD includes refere
23
24
24
25
## Prerequisites
25
26
26
-
Install:
27
+
Install:
28
+
27
29
-[Load Balancer Controller Installed](../../../deploy/installation.md) on Cluster
0 commit comments