You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/06/30 13:39:30 UTC

[GitHub] [trafficserver] taojishou opened a new issue #8020: balancing

taojishou opened a new issue #8020:
URL: https://github.com/apache/trafficserver/issues/8020


   How to realize load balancing? the source station has five IP addresses . plz help me 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] mlibbey commented on issue #8020: balancing

Posted by GitBox <gi...@apache.org>.
mlibbey commented on issue #8020:
URL: https://github.com/apache/trafficserver/issues/8020#issuecomment-871512905


   We:
   - in remap.config the inbound domain to the same domain. Like
   `map http://example.com/ http://example.com`
   - use parent.config (https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/parent.config.en.html) to balance the next hops:
   `dest_host=example.com scheme=http parent="machine1.example.com:80,machine2.example.com:80"  round_robin=strict go_direct=false`
   
   In the latest ATS, there is a nicer strategies.yaml https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/strategies.yaml.en.html that can be referred to directly in the remap line.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] jrushford commented on issue #8020: Load balancing using parent selection

Posted by GitBox <gi...@apache.org>.
jrushford commented on issue #8020:
URL: https://github.com/apache/trafficserver/issues/8020#issuecomment-1084535888


   @taojishou may we close this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org