2023-11-02 19:59:27 +00:00
|
|
|
# linode-cli nodebalancers
|
|
|
|
|
|
|
|
> Beheer Linode NodeBalancers.
|
|
|
|
> Bekijk ook: `linode-cli`.
|
|
|
|
> Meer informatie: <https://www.linode.com/docs/products/tools/cli/guides/nodebalancers/>.
|
|
|
|
|
|
|
|
- Toon alle NodeBalancers:
|
|
|
|
|
|
|
|
`linode-cli nodebalancers list`
|
|
|
|
|
|
|
|
- Maak een nieuwe NodeBalancer:
|
|
|
|
|
2024-06-18 21:00:00 +01:00
|
|
|
`linode-cli nodebalancers create --region {{regio}}`
|
2023-11-02 19:59:27 +00:00
|
|
|
|
|
|
|
- Toon details van een specifieke NodeBalancer:
|
|
|
|
|
|
|
|
`linode-cli nodebalancers view {{nodebalancer_id}}`
|
|
|
|
|
|
|
|
- Update een bestaande NodeBalancer:
|
|
|
|
|
2024-06-18 21:00:00 +01:00
|
|
|
`linode-cli nodebalancers update {{nodebalancer_id}} --label {{nieuw_label}}`
|
2023-11-02 19:59:27 +00: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 21:00:00 +01:00
|
|
|
`linode-cli nodebalancers configs create {{nodebalancer_id}} --port {{poort}} --protocol {{protocol}}`
|