Manage and configure Vultr Load Balancers to distribute traffic across multiple servers for improved reliability and performance.
The vultr-cli load-balancer
command manages Vultr Load Balancers, allowing users to create, configure, and monitor load balancing services for distributing traffic across multiple servers.
$ vultr-cli load-balancer
# Full example
$ vultr-cli load-balancer
Creates a new forwarding rule for a load balancer that directs traffic from frontend to backend servers based on specified protocols and ports.
Removes a specific forwarding rule from a Vultr load balancer using the rule ID and load balancer ID.
Retrieves and displays detailed information about a specific forwarding rule from a Vultr load balancer.
Lists all configured forwarding rules for a specified load balancer, displaying protocol, port, and backend configurations.
Removes an SSL certificate from a specified Vultr load balancer, disabling HTTPS connections through that certificate.
Disables automatic SSL certificate management for a load balancer, requiring manual certificate handling instead.
Enables or disables automatic SSL certificate management for a Vultr load balancer to simplify secure HTTPS configuration.
Installs or updates an SSL certificate on a Vultr load balancer to enable secure HTTPS connections for applications.