Load balancing rules

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

en:Load balancing rules he:עומסים כללים ru:Правила балансировки нагрузки ja:ロード バランシングのルール ar:قواعد لموازنة zh:负载平衡规则 ro:Reguli de echilibrare încărcare pl:Zasady równoważenia obciążenia de:Load balancing-Regeln nl:Regels voor taakverdeling it:Le regole di bilanciamento del carico pt:Regras de balanceamento de carga es:Las reglas de balanceo de carga fr:Règles de répartition de charge

This article has been created by an automatic translation software. You can view the article source here.

Rules of load distribution

. On our public cloud you can create rules to redirect web traffic to several vm.

Add a rule

1. Connect you to the interface https://cloudstack.ikoula.com/client

2. Go to the menu "Network"

3. Click on the network for which you want to implement load balancing.

4. Click on 'see ip address'

5. Click on the public ip on which you want to create the rule and go to the configuration tab.

6. In the Insert 'load balancing' click 'see all '.

7. Fill in the following information :

Name Name the rule.

Public port The port receiving the incoming traffic.

Private port The port used by the vm to receive traffic.

Algorithm

Cyclic (round robin ) the first request is sent to the first server, the second to the second, the third in the third, the fourth to the first and so on.

Least connection (least connections ) Cloudstack sends the traffic to the server that has the least connection.

Origin (source IP ) Distributed Cloudstack traffic based on the visitor's ip.

Fidelity is used by web applications to maintain the continuity of information when there are multiple queries in the breasts of the same session.

The method can be : a cookie generated by the lb, a cookie generated by the application or build the source ip.

Source IP : the ip is used to identify the user and locate where the user data is stored. Use of a cookie.

The cookie generated by the lb or application is included in the response url to create the persistence.

The name of the cookie can be specified or generated automatically.

Options can be specified to define their behavior as well as how they are generated and where they are cached.

Audit status (contact us for implementing ).

8. Click 'Add vm' and then check both vm or more on which the load will be distributed and click on apply.

You can create multiple rules.


You are not allowed to post comments.