Saturday, May 2, 2020

Configuring OCI Load balancer for EBS 12.2

This is a step by step on how we can use Load balancer as a service for EBS 12.2 in OCI. I have a running EBS 12.2 instance running with two application nodes. The application is running on port number 8001 and to make it highly available, i will be using LbaaS sitting infront of them.

1. Create a load balancer security lists. We will not add any rules to it.



2. Create the route table and add the internet gateway to it.


3. Create two AD specific subnet



   




4.   Create load balancer. Here i am creating a public load balancer so it will be accepting requests from internet.







click on add backend servers


choose the port for ebs 8001







Click on submit.

Once the load balancer is created, add the below ingress and egress rule to the security list for load balancer(LB Security list)






Hope it helps someone. Happy learning.
 
  

1 comment: