Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 2.87 KB

create-load-balancer.md

File metadata and controls

88 lines (54 loc) · 2.87 KB
pcx_content_type title weight meta
how-to
Manage load balancers
4
description
Learn how to set up and maintain load balancers.

Manage load balancers

{{}}

For more details about load balancers, refer to Load balancers.

Create a load balancer

{{}} {{}}

{{}}

{{}} {{}}

{{}}

{{}} {{}}

Sharing your load balancer with other sites

You can share your load balancer with other sites in your account by creating a canonical name (CNAME) record. This is useful for sharing configurations with multiple other domains so you do not have to create new load balancers for each site.

You can also configure separate load balancers for each domain and reuse monitors and pools. This is especially useful for changing the failover order for different domains, such as when your example.co.uk server has a different failover priority from example.com or example.com.au.

{{

}}

Sharing load balancers across sites is only supported if the target zone is on a full DNS setup. It is not supported if the target zone is on a CNAME setup.

{{

}}


Edit a load balancer

{{}} {{}}

To edit a load balancer in the dashboard:

  1. Go to Traffic > Load Balancing.
  2. On a specific load balancer, click Edit.
  3. While going through the creation workflow, update settings as needed.
  4. On the Review step, click Save.

{{}} {{}}

When you edit a load balancer with the API, your request type depends on how much you want to edit.

To update specific settings without having to resubmit the entire configuration, use a PATCH request. For broader changes, use a PUT request.

{{}} {{}}


Delete a load balancer

If you delete or disable a load balancer, your origin's response to requests will depend on your existing DNS records.

{{}} {{}}

To delete a load balancer in the dashboard:

  1. Go to Traffic > Load Balancing.
  2. On a specific load balancer, click Delete.

{{}} {{}}

To delete a load balancer using the API, send a DELETE request.

{{}} {{}}