post https://api.linode.com//nodebalancers
Creates a NodeBalancer in the requested Region. Only available in regions with "NodeBalancers" in their capabilities
.
NodeBalancers require a port config with at least one backend node to start serving requests.
When using the Linode CLI to create a NodeBalancer, first create a NodeBalancer without any configs. Then, create configs and nodes for that NodeBalancer with the respective Create a config and Create a node operations.
linode-cli nodebalancers create \
--region us-east \
--label balancer12345 \
--client_conn_throttle 0
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
nodebalancers:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>