rambohe
rambohe
> It is used for pods on edge node. > > Existing load balancer in K8S are mainly distributing requests from user by traffic randomly, the application load balancer I...
> Sounds App LB is a kind of enhancement to K8s Service? The two components have some overlap in terms of doing reverse proxy for incoming requests. However, for ALB,...
@huiwq1990 please fix markdown check error.
@tydra-wang Do you have any progress for this issue?
> If @tydra-wang is not working on this anymore, maybe I can try to take over this job? @YTGhost Thank you for taking this issue. /assign @YTGhost
In the end, three of four issues have been completed. and https://github.com/openyurtio/openyurt/issues/855 is left. because ASOC 2022 event is over, so i will close this issue.
> For **ReverseProxy**, the processing logic of request from edge side is something like: > > ```go > switch{ > case cloud.IsHealthy: > if poolCoordinator.IsHealthy && ! LeaderYurthub && IsPoolScopeResource(req.Resource)...