You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/03/08 06:23:46 UTC

[GitHub] [skywalking] DeadLion opened a new issue #6511: about server side load balance questions

DeadLion opened a new issue #6511:
URL: https://github.com/apache/skywalking/issues/6511


   
   - [x] Question or discussion
   
   ___
   ### Question
   agent could set the collector server list , but application access increases, the server needs to expand. 
   
   And we don't want to edit agent config(too many applications),
   
   - so we consider  server side LB like F5 or LVS,is that a good idea?
   
   - Another questions is  that backend supports  cluster management , agent why not get collector server list from consul 、zk or somethings else  ?


----------------------------------------------------------------
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.

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



[GitHub] [skywalking] DeadLion edited a comment on issue #6511: about server side load balance questions

Posted by GitBox <gi...@apache.org>.
DeadLion edited a comment on issue #6511:
URL: https://github.com/apache/skywalking/issues/6511#issuecomment-792553595


   thanks for anwser
   
   we use consul for our micro services ,It's natural to use for skywalking server cluster management.
   now skywalking agent trace these micro services ,so they are in same VPC.  maybe  our network is too simple.
   
   maybe we could put those questions often be asked on FAQs @wu-sheng 


----------------------------------------------------------------
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.

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



[GitHub] [skywalking] wu-sheng closed issue #6511: about server side load balance questions

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6511:
URL: https://github.com/apache/skywalking/issues/6511


   


----------------------------------------------------------------
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.

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



[GitHub] [skywalking] wu-sheng commented on issue #6511: about server side load balance questions

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6511:
URL: https://github.com/apache/skywalking/issues/6511#issuecomment-792556991


   > we use consul for our micro services ,It's natural to use for skywalking server cluster management.
   now skywalking agent trace these micro services ,so they are in same VPC. maybe our network is too simple.
   
   Your case may be not typically for larger scale deployment. In many cases, one company(big enterprise) has over 200 services, which are deployed even in different VPCs, K8s, data center. It is pointless to set a service discovery to resolve this, especially in today's cloud native tech stack, proxy is widely used, and good at it.


----------------------------------------------------------------
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.

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



[GitHub] [skywalking] DeadLion commented on issue #6511: about server side load balance questions

Posted by GitBox <gi...@apache.org>.
DeadLion commented on issue #6511:
URL: https://github.com/apache/skywalking/issues/6511#issuecomment-792553595


   thanks for anwser
   
   we use consul for our micro services ,It's natural to use for skywalking server cluster management.
   now skywalking agent trace these micro services ,so they are in same VPC.  maybe  our network is too simple.
   
   maybe we could put those questions often be asked on FAQs


----------------------------------------------------------------
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.

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



[GitHub] [skywalking] wu-sheng commented on issue #6511: about server side load balance questions

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6511:
URL: https://github.com/apache/skywalking/issues/6511#issuecomment-792513842


   1. We recommend Envoy proxy, Nginx, or similar HTTP2 supported L7 proxy.
   2. We answered this many times. Please search issue before submit. Short version, typically, agents and OAP servers are in different VPCs. The things you mentioned wouldn't work.


----------------------------------------------------------------
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.

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