2023-11-02 20:59:27 +01:00
|
|
|
# linode-cli nodebalancers
|
|
|
|
|
|
|
|
> Beheer Linode NodeBalancers.
|
|
|
|
> Bekijk ook: `linode-cli`.
|
2024-09-29 03:25:15 +02:00
|
|
|
> Meer informatie: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-nodebalancers>.
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Toon alle NodeBalancers:
|
|
|
|
|
|
|
|
`linode-cli nodebalancers list`
|
|
|
|
|
|
|
|
- Maak een nieuwe NodeBalancer:
|
|
|
|
|
2024-06-18 22:00:00 +02:00
|
|
|
`linode-cli nodebalancers create --region {{regio}}`
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Toon details van een specifieke NodeBalancer:
|
|
|
|
|
|
|
|
`linode-cli nodebalancers view {{nodebalancer_id}}`
|
|
|
|
|
|
|
|
- Update een bestaande NodeBalancer:
|
|
|
|
|
2024-06-18 22:00:00 +02:00
|
|
|
`linode-cli nodebalancers update {{nodebalancer_id}} --label {{nieuw_label}}`
|
2023-11-02 20:59:27 +01:00
|
|
|
|
|
|
|
- Verwijder een NodeBalancer:
|
|
|
|
|
|
|
|
`linode-cli nodebalancers delete {{nodebalancer_id}}`
|
|
|
|
|
|
|
|
- Toon alle configuraties voor een NodeBalancer:
|
|
|
|
|
|
|
|
`linode-cli nodebalancers configs list {{nodebalancer_id}}`
|
|
|
|
|
|
|
|
- Voeg een nieuwe configuratie toe aan een NodeBalancer:
|
|
|
|
|
2024-06-18 22:00:00 +02:00
|
|
|
`linode-cli nodebalancers configs create {{nodebalancer_id}} --port {{poort}} --protocol {{protocol}}`
|