MingZnb opened a new issue, #4347: URL: https://github.com/apache/shenyu/issues/4347
### Question When the client service is deployed on k8s, one copy of the service is reserved. The ip address of the container changes with each deployment. The client (ip address: 192.168.0.1) has been deployed. Two shenyu-admin servers are deployed: adminA and adminB At this point, the client is redeployed and the service starts (ip: 192.168.0.2), register service meta information to adminA via http, save meta information to db and adminA UpstreamCheckService UPSTREAM_MAP, The UPSTREAM_MAP of adminB's UpstreamCheckService has no registration information for the client (ip: 192.168.0.2). Since only one copy of the service is kept, adminB's UpstreamCheck checks the client (ip: 192.168.0.2). 192.168.0.1), the database will be updated and the gateway will be synchronized. As a result, the client (ip: 192.168.0.2) cannot access... version:2.4.3  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
