Difference between revisions of "Load rpeartition rules"
(Created page with "<br /> This article has been created by an automatic translation software. You can view the article source here.<br /><span data-tran...") |
|||
Line 1: | Line 1: | ||
+ | <span data-link_translate_fr_title="Regles de rpéartition de charge" data-link_translate_fr_url="Regles_de_rp%C3%A9artition_de_charge"></span>[[:fr:Regles de rpéartition de charge]][[fr:Regles de rpéartition de charge]] | ||
<br /> | <br /> | ||
Revision as of 17:08, 14 October 2015
fr:Regles de rpéartition 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 :
Na Name the rule.
Public por The port receiving the incoming traffic.
Private po 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 connectio) Cloudstack sends the traffic to the server that has the least connection.
Origin (source I) 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 I : 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.
Enable comment auto-refresher