Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #2959

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/guide/use_cases/self_managed_lb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: Externally Managed Load Balancers
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.

However, some cluster operators may prefer to manually manage AWS Load Balancers. This supports use cases like:

- Preventing accidental release of key IP addresses.
- Supporting load balancers where the Kubernetes cluster is one of multiple targets.
- Complying with organizational requirements on provisioning load balancers, for security or cost reasons.
Expand All @@ -23,12 +24,14 @@ Third, a TargetGroupBinding CRD is created in a cluster. The CRD includes refere

## Prerequisites

Install:
Install:

- [Load Balancer Controller Installed](../../../deploy/installation.md) on Cluster
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)

Have this information available:
Have this information available:

- Cluster [VPC](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html) Information
- ID of EKS Cluster
- Subnet IDs
Expand Down Expand Up @@ -106,4 +109,4 @@ Wait approximately 30 seconds for the LBC to update the load balancer.

[View all target groups](https://console.aws.amazon.com/ec2/v2/home#TargetGroups:) in the AWS console.

Find the target group by the ARN noted above, and verify the appropriate instances from the cluster have been added.
Find the target group by the ARN noted above, and verify the appropriate instances from the cluster have been added.