AWS Load Balancer Operator in OKD

    The AWS Load Balancer Operator can tag the public subnets if the kubernetes.io/role/elb tag is missing. Also, the AWS Load Balancer Operator detects the following from the underlying AWS cloud:

    • The ID of the virtual private cloud (VPC) on which the cluster hosting the Operator is deployed in.

    The AWS Load Balancer Operator supports the Kubernetes service resource of type LoadBalancer by using Network Load Balancer (NLB) with the instance target type only.

    • You must have the AWS credentials secret. The credentials are used to provide subnet tagging and VPC discovery.

    Procedure

    1. You can deploy the AWS Load Balancer Operator on demand from the OperatorHub, by creating a object:

      Example output

      1. install-zlfbt
    2. Use the command to view the Deployment status:

      Example output

      1. NAME READY UP-TO-DATE AVAILABLE AGE

    AWS Load Balancer Operator logs

    Use the command to view the AWS Load Balancer Operator logs.

    Procedure