Skip to content

Commit 28411e2

Browse files
jfankamjfankam
jfankam
authored and
jfankam
committed
update guides
1 parent 6cadbe6 commit 28411e2

File tree

13 files changed

+716
-858
lines changed

13 files changed

+716
-858
lines changed

pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service/guide.de-de.md

+56-66
Original file line numberDiff line numberDiff line change
@@ -36,74 +36,64 @@ Our Public Cloud Load Balancer is based on [OpenStack Octavia](https://wiki.ope
3636

3737
### Creating the Load Balancer from the OVHcloud Control Panel
3838

39-
/// details | Unfold this section
39+
Open your Public Cloud project and click `Load Balancer`{.action} (under `Network`) in the left menu, then click the `Create a Load Balancer`{.action} button.
4040

41-
> [!success]
42-
> Click on the tabs below to view each of the 6 steps in turn.
43-
44-
> [!tabs]
45-
>>
46-
>> Open your Public Cloud project and click `Load Balancer`{.action} (under `Network`) in the left menu, then click the `Create a Load Balancer`{.action} button.
47-
>>
48-
>> The configuration page will open.
49-
>>
50-
> **Step 1 : Size choice**
51-
>>
52-
>> ![Size choice](images/size.png){.thumbnail}
53-
>>
54-
>> The interface contains a link to the website on which the characteristics / benchmark of all size are provided. Once you have chosen your size, click `Next`{.action}.
55-
>>
56-
>>
57-
> **Step 2 : Region choice**
58-
>>
59-
>> ![Region choice](images/region.png){.thumbnail}
60-
>>
61-
>> Only regions on which you have a private network and at least one subnet can be selected. Select the region and click `Next`{.action}.
62-
>>
63-
> **Step 3 : Attach a public IP (or not)**
64-
>>
65-
>> ![Public IP choice](images/floating_IP.png){.thumbnail}
66-
>>
67-
>> At this stage, you need to know if your Load Balancer will be receiving public traffic or not (for more details, read our [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts) page).
68-
>>
69-
>>
70-
>> If your Load Balancer is processing public traffic, you have 2 options :
71-
>>
72-
>> - `New Public IP`: this option will create a new Floating IP for your Load Balancer.
73-
>> - If you already have a Floating IP, the interface will offer you to pick one.
74-
>>
75-
>> If your Load Balancer is processing private traffic, choose `No Public IP`.
76-
>>
77-
> **Step 4 : Select the private network and the subnet where the Load Balancer will be spawned**
78-
>>
79-
>> ![Network choice](images/private_network.png){.thumbnail}
80-
>>
81-
>> The interface will inform you if the private network / subnet is not compliant with the prerequisites (see [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#network-prerequisites)).
82-
>>
83-
> **Step 5 (optional) : Define the listener(s) and the members**
84-
>>
85-
>> ![Listener choice](images/listener.png){.thumbnail}
86-
>>
87-
>> - First, choose the listener protocol & the port according to the traffic you will receive. Note that a specific listener called `Prometheus` is available to monitor your Load Balancer. In that case, it is not possible to add members. For more information on this listener, read [this page](/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus).
88-
>> - Then, choose the Health Monitor type. Note that since some health monitor types are not compatible with some protocols, the user interface filters those types so that you can only choose compatible items. For more information on the health monitor compatibility, read [this page](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts).
89-
>> - Finally, from the instances of your region, choose the member IP & port that will be part of the pool. Note that in order to simplify the configuration workflow, it is only possible to have a pool with the same protocol as the listener, and that the member can only be chosen from the instance. Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
90-
>>
91-
>>
92-
>> > [!primary]
93-
>> > In order to simplify the Load Balancer configuration workflow, it is only possible to have a pool with the same protocol as the listener and the member can only be chosen from the instance. Furthermore the pool load balancing algorithm is by default set to `ROUND_ROBIN`.
94-
>> > Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
95-
>> >
96-
>>
97-
> **Step 6 Define the name of Load Balancer**
98-
>>
99-
>> ![Name](images/name.png){.thumbnail}
100-
>>
101-
>> You can update the name according to your choice and click on `Create a Load Balancer`{.action}.
102-
>>
103-
>> You will be redirected to the Load Balancer listing page. Among the attributes that are displayed, the `Operating status` and `Provisioning status` provide information on the state of your load balancer. Find more information on the [Load Balancer concepts page](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#operating-provisioning-status).
104-
>>
41+
The configuration page will open.
42+
43+
#### Step 1: Size choice
44+
45+
![Size choice](images/size.png){.thumbnail}
46+
47+
The interface contains a link to the website on which the characteristics / benchmark of all size are provided. Once you have chosen your size, click `Next`{.action}.
48+
49+
#### Step 2: Region choice
50+
51+
![Region choice](images/region.png){.thumbnail}
52+
53+
Only regions on which you have a private network and at least one subnet can be selected. Select the region and click `Next`{.action}.
54+
55+
#### Step 3: Attach a public IP (or not)
56+
57+
![Public IP choice](images/floating_IP.png){.thumbnail}
58+
59+
At this stage, you need to know if your Load Balancer will be receiving public traffic or not (for more details, read our [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts) page).
60+
61+
62+
If your Load Balancer is processing public traffic, you have 2 options :
63+
64+
- `New Public IP`: this option will create a new Floating IP for your Load Balancer.
65+
- If you already have a Floating IP, the interface will offer you to pick one.
66+
67+
If your Load Balancer is processing private traffic, choose `No Public IP`.
68+
69+
#### Step 4: Select the private network and the subnet where the Load Balancer will be spawned
70+
71+
![Network choice](images/private_network.png){.thumbnail}
72+
73+
The interface will inform you if the private network / subnet is not compliant with the prerequisites (see [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#network-prerequisites)).
74+
75+
#### Step 5 (optional): Define the listener(s) and the members
76+
77+
![Listener choice](images/listener.png){.thumbnail}
78+
79+
- First, choose the listener protocol & the port according to the traffic you will receive. Note that a specific listener called `Prometheus` is available to monitor your Load Balancer. In that case, it is not possible to add members. For more information on this listener, read [this page](/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus).
80+
- Then, choose the Health Monitor type. Note that since some health monitor types are not compatible with some protocols, the user interface filters those types so that you can only choose compatible items. For more information on the health monitor compatibility, read [this page](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts).
81+
- Finally, from the instances of your region, choose the member IP & port that will be part of the pool. Note that in order to simplify the configuration workflow, it is only possible to have a pool with the same protocol as the listener, and that the member can only be chosen from the instance. Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
82+
83+
84+
> [!primary]
85+
> In order to simplify the Load Balancer configuration workflow, it is only possible to have a pool with the same protocol as the listener and the member can only be chosen from the instance. Furthermore the pool load balancing algorithm is by default set to `ROUND_ROBIN`.
86+
> Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
87+
>
88+
89+
#### Step 6: Define the name of Load Balancer
90+
91+
![Name](images/name.png){.thumbnail}
92+
93+
You can update the name according to your choice and click on `Create a Load Balancer`{.action}.
94+
95+
You will be redirected to the Load Balancer listing page. Among the attributes that are displayed, the `Operating status` and `Provisioning status` provide information on the state of your load balancer. Find more information on the [Load Balancer concepts page](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#operating-provisioning-status).
10596

106-
///
10797

10898
### Creating the Load Balancer from the Openstack Command Line Interface
10999

pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service/guide.en-asia.md

+55-66
Original file line numberDiff line numberDiff line change
@@ -36,74 +36,63 @@ Our Public Cloud Load Balancer is based on [OpenStack Octavia](https://wiki.ope
3636

3737
### Creating the Load Balancer from the OVHcloud Control Panel
3838

39-
/// details | Unfold this section
39+
Open your Public Cloud project and click `Load Balancer`{.action} (under `Network`) in the left menu, then click the `Create a Load Balancer`{.action} button.
4040

41-
> [!success]
42-
> Click on the tabs below to view each of the 6 steps in turn.
43-
44-
> [!tabs]
45-
>>
46-
>> Open your Public Cloud project and click `Load Balancer`{.action} (under `Network`) in the left menu, then click the `Create a Load Balancer`{.action} button.
47-
>>
48-
>> The configuration page will open.
49-
>>
50-
> **Step 1 : Size choice**
51-
>>
52-
>> ![Size choice](images/size.png){.thumbnail}
53-
>>
54-
>> The interface contains a link to the website on which the characteristics / benchmark of all size are provided. Once you have chosen your size, click `Next`{.action}.
55-
>>
56-
>>
57-
> **Step 2 : Region choice**
58-
>>
59-
>> ![Region choice](images/region.png){.thumbnail}
60-
>>
61-
>> Only regions on which you have a private network and at least one subnet can be selected. Select the region and click `Next`{.action}.
62-
>>
63-
> **Step 3 : Attach a public IP (or not)**
64-
>>
65-
>> ![Public IP choice](images/floating_IP.png){.thumbnail}
66-
>>
67-
>> At this stage, you need to know if your Load Balancer will be receiving public traffic or not (for more details, read our [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts) page).
68-
>>
69-
>>
70-
>> If your Load Balancer is processing public traffic, you have 2 options :
71-
>>
72-
>> - `New Public IP`: this option will create a new Floating IP for your Load Balancer.
73-
>> - If you already have a Floating IP, the interface will offer you to pick one.
74-
>>
75-
>> If your Load Balancer is processing private traffic, choose `No Public IP`.
76-
>>
77-
> **Step 4 : Select the private network and the subnet where the Load Balancer will be spawned**
78-
>>
79-
>> ![Network choice](images/private_network.png){.thumbnail}
80-
>>
81-
>> The interface will inform you if the private network / subnet is not compliant with the prerequisites (see [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#network-prerequisites)).
82-
>>
83-
> **Step 5 (optional) : Define the listener(s) and the members**
84-
>>
85-
>> ![Listener choice](images/listener.png){.thumbnail}
86-
>>
87-
>> - First, choose the listener protocol & the port according to the traffic you will receive. Note that a specific listener called `Prometheus` is available to monitor your Load Balancer. In that case, it is not possible to add members. For more information on this listener, read [this page](/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus).
88-
>> - Then, choose the Health Monitor type. Note that since some health monitor types are not compatible with some protocols, the user interface filters those types so that you can only choose compatible items. For more information on the health monitor compatibility, read [this page](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts).
89-
>> - Finally, from the instances of your region, choose the member IP & port that will be part of the pool. Note that in order to simplify the configuration workflow, it is only possible to have a pool with the same protocol as the listener, and that the member can only be chosen from the instance. Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
90-
>>
91-
>>
92-
>> > [!primary]
93-
>> > In order to simplify the Load Balancer configuration workflow, it is only possible to have a pool with the same protocol as the listener and the member can only be chosen from the instance. Furthermore the pool load balancing algorithm is by default set to `ROUND_ROBIN`.
94-
>> > Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
95-
>> >
96-
>>
97-
> **Step 6 Define the name of Load Balancer**
98-
>>
99-
>> ![Name](images/name.png){.thumbnail}
100-
>>
101-
>> You can update the name according to your choice and click on `Create a Load Balancer`{.action}.
102-
>>
103-
>> You will be redirected to the Load Balancer listing page. Among the attributes that are displayed, the `Operating status` and `Provisioning status` provide information on the state of your load balancer. Find more information on the [Load Balancer concepts page](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#operating-provisioning-status).
104-
>>
41+
The configuration page will open.
10542

106-
///
43+
#### Step 1: Size choice
44+
45+
![Size choice](images/size.png){.thumbnail}
46+
47+
The interface contains a link to the website on which the characteristics / benchmark of all size are provided. Once you have chosen your size, click `Next`{.action}.
48+
49+
#### Step 2: Region choice
50+
51+
![Region choice](images/region.png){.thumbnail}
52+
53+
Only regions on which you have a private network and at least one subnet can be selected. Select the region and click `Next`{.action}.
54+
55+
#### Step 3: Attach a public IP (or not)
56+
57+
![Public IP choice](images/floating_IP.png){.thumbnail}
58+
59+
At this stage, you need to know if your Load Balancer will be receiving public traffic or not (for more details, read our [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts) page).
60+
61+
62+
If your Load Balancer is processing public traffic, you have 2 options :
63+
64+
- `New Public IP`: this option will create a new Floating IP for your Load Balancer.
65+
- If you already have a Floating IP, the interface will offer you to pick one.
66+
67+
If your Load Balancer is processing private traffic, choose `No Public IP`.
68+
69+
#### Step 4: Select the private network and the subnet where the Load Balancer will be spawned
70+
71+
![Network choice](images/private_network.png){.thumbnail}
72+
73+
The interface will inform you if the private network / subnet is not compliant with the prerequisites (see [Public Cloud Networking concepts](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#network-prerequisites)).
74+
75+
#### Step 5 (optional): Define the listener(s) and the members
76+
77+
![Listener choice](images/listener.png){.thumbnail}
78+
79+
- First, choose the listener protocol & the port according to the traffic you will receive. Note that a specific listener called `Prometheus` is available to monitor your Load Balancer. In that case, it is not possible to add members. For more information on this listener, read [this page](/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus).
80+
- Then, choose the Health Monitor type. Note that since some health monitor types are not compatible with some protocols, the user interface filters those types so that you can only choose compatible items. For more information on the health monitor compatibility, read [this page](/pages/public_cloud/public_cloud_network_services/concepts-01-public-cloud-networking-concepts).
81+
- Finally, from the instances of your region, choose the member IP & port that will be part of the pool. Note that in order to simplify the configuration workflow, it is only possible to have a pool with the same protocol as the listener, and that the member can only be chosen from the instance. Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
82+
83+
84+
> [!primary]
85+
> In order to simplify the Load Balancer configuration workflow, it is only possible to have a pool with the same protocol as the listener and the member can only be chosen from the instance. Furthermore the pool load balancing algorithm is by default set to `ROUND_ROBIN`.
86+
> Those limitations can be bypassed by skipping this part of configuration and use the pool / member configuration once the Load Balancer is created.
87+
>
88+
89+
#### Step 6: Define the name of Load Balancer
90+
91+
![Name](images/name.png){.thumbnail}
92+
93+
You can update the name according to your choice and click on `Create a Load Balancer`{.action}.
94+
95+
You will be redirected to the Load Balancer listing page. Among the attributes that are displayed, the `Operating status` and `Provisioning status` provide information on the state of your load balancer. Find more information on the [Load Balancer concepts page](/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer#operating-provisioning-status).
10796

10897
### Creating the Load Balancer from the Openstack Command Line Interface
10998

0 commit comments

Comments
 (0)