Creating an instance of AWS Load Balancer Controller
You can install only a single instance of the in a cluster. You can create the AWS Load Balancer Controller by using CLI. The AWS Load Balancer(ALB) Operator reconciles only the resource with the name cluster
.
Prerequisites
You have created the
echoserver
namespace.
Procedure
Create an
aws-load-balancer-controller
resource YAML file, for example,sample-aws-lb.yaml
, as follows:Create a
aws-load-balancer-controller
resource by running the following command:$ oc create -f sample-aws-lb.yaml
Deploy an ALB-backed
Ingress
resource:
Verification
-
Verify the status of the provisioned AWS Load Balancer (ALB) host by running the following command: