Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Abiquo supports load balancers in Oracle Cloud Infrastructure (OCI). Note that OCI accounts may limit the types of load balancers you can create.

You can manage OCI load balancers in the Virtual datacenters section, under Network and Load balancing.

Manage OCI load balancers in the virtual datacenters sectionImage RemovedManage OCI load balancers in the virtual datacenters sectionImage Added

In the Target groups section for OCI, you can create a target group separately but you must select the load balancer that it will belong to. You can also create a target group as part of a load balancer and it always belongs to this load balancer.

 Display target groups in OCI

In OCI, you can create external and internal load balancers. If you create a NETWORK_LOAD_BALANCER with a routing rule protocol of HTTPS or HTTP2, then you will need to supply a certificate for your routing rule. This is an example of an internal load balancer.

 And internal load balancer in OCIImage Removed And internal load balancer in OCIImage Added

An OCI load balancer can have multiple routing rules. An Abiquo routing rule is a listener in OCI and an Abiquo target group is a backend set in OCI. You can create a target group as you create the load balancer. 

Each target group can belong to one load balancer only.

Add a target group to a load balancer in OCI

Abiquo target groups are OCI backend sets and you can only have one target group per routing rule. 

 Create a target group that is a backend set in OCI

Each target group must have its own health check.

 Create a health check for a target group in OCIImage Removed Create a health check for a target group in OCIImage Added

As usual, the routing rules send traffic to the target groups. In OCI there will be a single conditional action with 100% of traffic sent to the target group.

 Create a routing rule that sends traffic to a target group

Select firewalls to allow traffic to the load balancer.

 Select a firewall for a load balancer in OCI

To add VMs to the target group, go to Target groups → Edit target group.

Image RemovedImage Added

Select the VMs and their IP addresses and ports to add to the target group.

 Add IP addresses and ports of VMs to a target group in OCIImage Removed Add IP addresses and ports of VMs to a target group in OCIImage Added

To check the health status of the VMs, select the target group and on the Target group details panel go to Targets. The platform will display the results of the health checks.

 Check the health status of targets

To change the target group of a routing rule in an OCI load balancer, first go to Target groups and create a new target group for the load balancer.

Then, edit the load balancer and go to Routing rules. Edit a routing rule and click Edit conditional actions.

 Change the conditional actions for a routing rule

To edit the conditional action, click the pencil edit button. Select the new target group.

 Change the target group

 To save the conditional action, click Accept, then save the routing rule with the load balancer.