Create a load balancer
- Select Network > Load Balancers > Create Loadbalancer.
- Name the load balancer.
- Add a description.
- Select the network. You can choose from a current project network, or the
PublicEphemeral
public network.
- Select the owned subnet.
- Specify if the load balancer is active by enabling Admin State Up.
- Select Next: Listener Detail.
- Provide a listener name.
- Provide description.
- Specify the protocol:
TCP
or UDP
.
- Specify the port.
- Specify the connection limit (
-1
for no limit).
- Select Next: Pool Detail.
- Provide a pool name.
- Provide a description.
- Specify the pool algorithm (for example,
SOURCE_IP_PORT
).
- Specify the pool protocol (for example,
TCP
)
- Select Next: Member Detail.
- Optionally select members to add to the load balancer.
- Select Next: Health Monitor Detail.
- Optionally enable the health monitor. If enabled, specify the following:
- Name
- Delay
- Max retries
- Timeout
- Type (for example,
TCP
)
- Select Confirm to create the load balancer.
See also