Skip to content

Commit 2a9e28a

Browse files
committed
duplication for Zones guide
1 parent 04a5646 commit 2a9e28a

File tree

7 files changed

+308
-70
lines changed

7 files changed

+308
-70
lines changed

pages/network/load_balancer/zones/guide.en-asia.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Working with zones
33
excerpt: Use zones to increase availability and decrease latency
4-
updated: 2022-04-04
4+
updated: 2025-07-30
55
---
66

77
## Introduction
@@ -14,9 +14,27 @@ This increases the availability of your Load Balancer service in case a zone is
1414

1515
It is also possible, if configured appropriately, to use multiple zones to minimize latency for your visitors.
1616

17-
## Add a zone
17+
## Instructions
1818

19-
### From the API
19+
### Add a zone
20+
21+
#### From the OVHcloud Control Panel
22+
23+
You can order an additional zone from the [OVHcloud Control Panel](/links/manager). In the `Bare Metal Cloud`{.action} section, click `Network`{.action}, then `Load Balancer`{.action}.
24+
25+
Select your Load Balancer, then in the `Home`{.action} tab and the `Configuration`{.action} menu, click `Add`{.action} in the "Availability zones" section.
26+
27+
![Add a Load Balancer zone from the manager](images/add_Zone_IPLB.png){.thumbnail}
28+
29+
Then select the zone(s) you wish to order and click `Add`{.action}.
30+
 
31+
![Selection of a Load Balancer zone from the manager](images/Select_Zone_IPLB.png){.thumbnail}
32+
33+
A purchase order will be generated, which you'll need to pay.
34+
35+
![Pay the Load Balancer zone order from the manager](images/Paybill_Zone_IPLB.png){.thumbnail}
36+
37+
#### From the API
2038

2139
To order a zone via the API, you first need to create a cart.
2240

@@ -56,6 +74,22 @@ Finally, you can validate your cart ("cart") via
5674
5775
Don't forget to pay the order form thus generated.
5876

77+
### Add a zone
78+
79+
Once your zone order is finalized, you can add it from your OVHcloud Control Panel.
80+
81+
Select the Load Balancer you wish to modify, then create a new frontend, or edit an existing one, via the `Frontends`{.action} tab.
82+
83+
In the `Datacenter`{.action} field, choose the zone you wish to associate with your frontend.
84+
85+
![Zone selection](images/Select-Datacenter.png){.thumbnail}
86+
87+
Once the frontend is configured, click `Add`{.action} or `Modify`{.action} depending on whether you are configuring a new frontend or an existing one.
88+
89+
Don't forget to deploy the configuration. To do this, click `Apply configuration`{.action} in the reminder banner stating that the configuration is not applied.
90+
91+
![Applying a Load Balancer Configuration](images/apply-configuration.PNG){.thumbnail}
92+
5993
## Use multiple zones
6094

6195
### For high availability
@@ -68,13 +102,17 @@ This special `all` zone will allow you to deploy the same configuration on all z
68102

69103
If the goal is to reduce latency, we can imagine directing requests coming from the zone1 load balancer to backend servers geographically close to zone1, and similarly, directing requests coming from the zone2 load balancer to backend servers close to zone2.
70104

71-
To achieve this, you need to specify a frontend in each zone that uses a farm in the same zone.
72-
This will allow us to declare backend servers in different farms per zone and to control which backend servers are used in which zone.
105+
To achieve this, you need to specify a frontend in each zone that uses a cluster in the same zone.
106+
This will allow us to declare backend servers in different clusters per zone and to control which backend servers are used in which zone.
73107

74-
![Operation with several zones and several farms](images/multi_zones_multi_backends.png){.thumbnail}
108+
![Operation with several zones and several clusters](images/multi_zones_multi_backends.png){.thumbnail}
75109

76110
For example, if we have backend servers in the data centers of Gravelines (gra) and Beauharnois (bhs),
77111
you can order a Load Balancer service in the `gra` and `bhs` areas and configure :
78112

79-
- A frontend in the gra zone with as default farm in the gra zone which contains servers in the Gravelines datacenter
80-
- A frontend in the bhs zone with a default farm in the bhs zone that contains servers in the Beauharnois datacenter
113+
- A frontend in the gra zone with as default cluster in the gra zone which contains servers in the Gravelines datacenter
114+
- A frontend in the bhs zone with a default cluster in the bhs zone that contains servers in the Beauharnois datacenter
115+
116+
## Go further
117+
118+
Join our [community of users](/links/community).

pages/network/load_balancer/zones/guide.en-au.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Working with zones
33
excerpt: Use zones to increase availability and decrease latency
4-
updated: 2022-04-04
4+
updated: 2025-07-30
55
---
66

77
## Introduction
@@ -14,9 +14,27 @@ This increases the availability of your Load Balancer service in case a zone is
1414

1515
It is also possible, if configured appropriately, to use multiple zones to minimize latency for your visitors.
1616

17-
## Add a zone
17+
## Instructions
1818

19-
### From the API
19+
### Add a zone
20+
21+
#### From the OVHcloud Control Panel
22+
23+
You can order an additional zone from the [OVHcloud Control Panel](/links/manager). In the `Bare Metal Cloud`{.action} section, click `Network`{.action}, then `Load Balancer`{.action}.
24+
25+
Select your Load Balancer, then in the `Home`{.action} tab and the `Configuration`{.action} menu, click `Add`{.action} in the "Availability zones" section.
26+
27+
![Add a Load Balancer zone from the manager](images/add_Zone_IPLB.png){.thumbnail}
28+
29+
Then select the zone(s) you wish to order and click `Add`{.action}.
30+
 
31+
![Selection of a Load Balancer zone from the manager](images/Select_Zone_IPLB.png){.thumbnail}
32+
33+
A purchase order will be generated, which you'll need to pay.
34+
35+
![Pay the Load Balancer zone order from the manager](images/Paybill_Zone_IPLB.png){.thumbnail}
36+
37+
#### From the API
2038

2139
To order a zone via the API, you first need to create a cart.
2240

@@ -56,6 +74,22 @@ Finally, you can validate your cart ("cart") via
5674
5775
Don't forget to pay the order form thus generated.
5876

77+
### Add a zone
78+
79+
Once your zone order is finalized, you can add it from your OVHcloud Control Panel.
80+
81+
Select the Load Balancer you wish to modify, then create a new frontend, or edit an existing one, via the `Frontends`{.action} tab.
82+
83+
In the `Datacenter`{.action} field, choose the zone you wish to associate with your frontend.
84+
85+
![Zone selection](images/Select-Datacenter.png){.thumbnail}
86+
87+
Once the frontend is configured, click `Add`{.action} or `Modify`{.action} depending on whether you are configuring a new frontend or an existing one.
88+
89+
Don't forget to deploy the configuration. To do this, click `Apply configuration`{.action} in the reminder banner stating that the configuration is not applied.
90+
91+
![Applying a Load Balancer Configuration](images/apply-configuration.PNG){.thumbnail}
92+
5993
## Use multiple zones
6094

6195
### For high availability
@@ -68,13 +102,17 @@ This special `all` zone will allow you to deploy the same configuration on all z
68102

69103
If the goal is to reduce latency, we can imagine directing requests coming from the zone1 load balancer to backend servers geographically close to zone1, and similarly, directing requests coming from the zone2 load balancer to backend servers close to zone2.
70104

71-
To achieve this, you need to specify a frontend in each zone that uses a farm in the same zone.
72-
This will allow us to declare backend servers in different farms per zone and to control which backend servers are used in which zone.
105+
To achieve this, you need to specify a frontend in each zone that uses a cluster in the same zone.
106+
This will allow us to declare backend servers in different clusters per zone and to control which backend servers are used in which zone.
73107

74-
![Operation with several zones and several farms](images/multi_zones_multi_backends.png){.thumbnail}
108+
![Operation with several zones and several clusters](images/multi_zones_multi_backends.png){.thumbnail}
75109

76110
For example, if we have backend servers in the data centers of Gravelines (gra) and Beauharnois (bhs),
77111
you can order a Load Balancer service in the `gra` and `bhs` areas and configure :
78112

79-
- A frontend in the gra zone with as default farm in the gra zone which contains servers in the Gravelines datacenter
80-
- A frontend in the bhs zone with a default farm in the bhs zone that contains servers in the Beauharnois datacenter
113+
- A frontend in the gra zone with as default cluster in the gra zone which contains servers in the Gravelines datacenter
114+
- A frontend in the bhs zone with a default cluster in the bhs zone that contains servers in the Beauharnois datacenter
115+
116+
## Go further
117+
118+
Join our [community of users](/links/community).

pages/network/load_balancer/zones/guide.en-ca.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Working with zones
33
excerpt: Use zones to increase availability and decrease latency
4-
updated: 2022-04-04
4+
updated: 2025-07-30
55
---
66

77
## Introduction
@@ -14,9 +14,27 @@ This increases the availability of your Load Balancer service in case a zone is
1414

1515
It is also possible, if configured appropriately, to use multiple zones to minimize latency for your visitors.
1616

17-
## Add a zone
17+
## Instructions
1818

19-
### From the API
19+
### Add a zone
20+
21+
#### From the OVHcloud Control Panel
22+
23+
You can order an additional zone from the [OVHcloud Control Panel](/links/manager). In the `Bare Metal Cloud`{.action} section, click `Network`{.action}, then `Load Balancer`{.action}.
24+
25+
Select your Load Balancer, then in the `Home`{.action} tab and the `Configuration`{.action} menu, click `Add`{.action} in the "Availability zones" section.
26+
27+
![Add a Load Balancer zone from the manager](images/add_Zone_IPLB.png){.thumbnail}
28+
29+
Then select the zone(s) you wish to order and click `Add`{.action}.
30+
 
31+
![Selection of a Load Balancer zone from the manager](images/Select_Zone_IPLB.png){.thumbnail}
32+
33+
A purchase order will be generated, which you'll need to pay.
34+
35+
![Pay the Load Balancer zone order from the manager](images/Paybill_Zone_IPLB.png){.thumbnail}
36+
37+
#### From the API
2038

2139
To order a zone via the API, you first need to create a cart.
2240

@@ -56,6 +74,22 @@ Finally, you can validate your cart ("cart") via
5674
5775
Don't forget to pay the order form thus generated.
5876

77+
### Add a zone
78+
79+
Once your zone order is finalized, you can add it from your OVHcloud Control Panel.
80+
81+
Select the Load Balancer you wish to modify, then create a new frontend, or edit an existing one, via the `Frontends`{.action} tab.
82+
83+
In the `Datacenter`{.action} field, choose the zone you wish to associate with your frontend.
84+
85+
![Zone selection](images/Select-Datacenter.png){.thumbnail}
86+
87+
Once the frontend is configured, click `Add`{.action} or `Modify`{.action} depending on whether you are configuring a new frontend or an existing one.
88+
89+
Don't forget to deploy the configuration. To do this, click `Apply configuration`{.action} in the reminder banner stating that the configuration is not applied.
90+
91+
![Applying a Load Balancer Configuration](images/apply-configuration.PNG){.thumbnail}
92+
5993
## Use multiple zones
6094

6195
### For high availability
@@ -68,13 +102,17 @@ This special `all` zone will allow you to deploy the same configuration on all z
68102

69103
If the goal is to reduce latency, we can imagine directing requests coming from the zone1 load balancer to backend servers geographically close to zone1, and similarly, directing requests coming from the zone2 load balancer to backend servers close to zone2.
70104

71-
To achieve this, you need to specify a frontend in each zone that uses a farm in the same zone.
72-
This will allow us to declare backend servers in different farms per zone and to control which backend servers are used in which zone.
105+
To achieve this, you need to specify a frontend in each zone that uses a cluster in the same zone.
106+
This will allow us to declare backend servers in different clusters per zone and to control which backend servers are used in which zone.
73107

74-
![Operation with several zones and several farms](images/multi_zones_multi_backends.png){.thumbnail}
108+
![Operation with several zones and several clusters](images/multi_zones_multi_backends.png){.thumbnail}
75109

76110
For example, if we have backend servers in the data centers of Gravelines (gra) and Beauharnois (bhs),
77111
you can order a Load Balancer service in the `gra` and `bhs` areas and configure :
78112

79-
- A frontend in the gra zone with as default farm in the gra zone which contains servers in the Gravelines datacenter
80-
- A frontend in the bhs zone with a default farm in the bhs zone that contains servers in the Beauharnois datacenter
113+
- A frontend in the gra zone with as default cluster in the gra zone which contains servers in the Gravelines datacenter
114+
- A frontend in the bhs zone with a default cluster in the bhs zone that contains servers in the Beauharnois datacenter
115+
116+
## Go further
117+
118+
Join our [community of users](/links/community).

pages/network/load_balancer/zones/guide.en-sg.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Working with zones
33
excerpt: Use zones to increase availability and decrease latency
4-
updated: 2022-04-04
4+
updated: 2025-07-30
55
---
66

77
## Introduction
@@ -14,9 +14,27 @@ This increases the availability of your Load Balancer service in case a zone is
1414

1515
It is also possible, if configured appropriately, to use multiple zones to minimize latency for your visitors.
1616

17-
## Add a zone
17+
## Instructions
1818

19-
### From the API
19+
### Add a zone
20+
21+
#### From the OVHcloud Control Panel
22+
23+
You can order an additional zone from the [OVHcloud Control Panel](/links/manager). In the `Bare Metal Cloud`{.action} section, click `Network`{.action}, then `Load Balancer`{.action}.
24+
25+
Select your Load Balancer, then in the `Home`{.action} tab and the `Configuration`{.action} menu, click `Add`{.action} in the "Availability zones" section.
26+
27+
![Add a Load Balancer zone from the manager](images/add_Zone_IPLB.png){.thumbnail}
28+
29+
Then select the zone(s) you wish to order and click `Add`{.action}.
30+
 
31+
![Selection of a Load Balancer zone from the manager](images/Select_Zone_IPLB.png){.thumbnail}
32+
33+
A purchase order will be generated, which you'll need to pay.
34+
35+
![Pay the Load Balancer zone order from the manager](images/Paybill_Zone_IPLB.png){.thumbnail}
36+
37+
#### From the API
2038

2139
To order a zone via the API, you first need to create a cart.
2240

@@ -56,6 +74,22 @@ Finally, you can validate your cart ("cart") via
5674
5775
Don't forget to pay the order form thus generated.
5876

77+
### Add a zone
78+
79+
Once your zone order is finalized, you can add it from your OVHcloud Control Panel.
80+
81+
Select the Load Balancer you wish to modify, then create a new frontend, or edit an existing one, via the `Frontends`{.action} tab.
82+
83+
In the `Datacenter`{.action} field, choose the zone you wish to associate with your frontend.
84+
85+
![Zone selection](images/Select-Datacenter.png){.thumbnail}
86+
87+
Once the frontend is configured, click `Add`{.action} or `Modify`{.action} depending on whether you are configuring a new frontend or an existing one.
88+
89+
Don't forget to deploy the configuration. To do this, click `Apply configuration`{.action} in the reminder banner stating that the configuration is not applied.
90+
91+
![Applying a Load Balancer Configuration](images/apply-configuration.PNG){.thumbnail}
92+
5993
## Use multiple zones
6094

6195
### For high availability
@@ -68,13 +102,17 @@ This special `all` zone will allow you to deploy the same configuration on all z
68102

69103
If the goal is to reduce latency, we can imagine directing requests coming from the zone1 load balancer to backend servers geographically close to zone1, and similarly, directing requests coming from the zone2 load balancer to backend servers close to zone2.
70104

71-
To achieve this, you need to specify a frontend in each zone that uses a farm in the same zone.
72-
This will allow us to declare backend servers in different farms per zone and to control which backend servers are used in which zone.
105+
To achieve this, you need to specify a frontend in each zone that uses a cluster in the same zone.
106+
This will allow us to declare backend servers in different clusters per zone and to control which backend servers are used in which zone.
73107

74-
![Operation with several zones and several farms](images/multi_zones_multi_backends.png){.thumbnail}
108+
![Operation with several zones and several clusters](images/multi_zones_multi_backends.png){.thumbnail}
75109

76110
For example, if we have backend servers in the data centers of Gravelines (gra) and Beauharnois (bhs),
77111
you can order a Load Balancer service in the `gra` and `bhs` areas and configure :
78112

79-
- A frontend in the gra zone with as default farm in the gra zone which contains servers in the Gravelines datacenter
80-
- A frontend in the bhs zone with a default farm in the bhs zone that contains servers in the Beauharnois datacenter
113+
- A frontend in the gra zone with as default cluster in the gra zone which contains servers in the Gravelines datacenter
114+
- A frontend in the bhs zone with a default cluster in the bhs zone that contains servers in the Beauharnois datacenter
115+
116+
## Go further
117+
118+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)