In spring cloud, what should the load balancer do when accessing the interface of the front-end page?

when microservices call each other, ribbon does the client load balancing.
but if the front-end page accesses the micro-service, how can multiple micro-service instances do load balancing? Do you still use nginx or something?
if this is done, there is no point in invoking each other in microservices using client-side load balancers. It is better to use nginx instead. What"s more, it goes against the original intention of deploying microservices independently.

Mar.06,2021

add @ LoadBalanced to the corresponding restTemplate entity to allow


micro services to have zuul gateways.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35b0b-2b319.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35b0b-2b319.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?