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

    1. Create an aws-load-balancer-controller resource YAML file, for example, sample-aws-lb.yaml, as follows:

    2. Create a aws-load-balancer-controller resource by running the following command:

      1. $ oc create -f sample-aws-lb.yaml
    3. Deploy an ALB-backed Ingress resource:

    Verification

      1. Verify the status of the provisioned AWS Load Balancer (ALB) host by running the following command: