xhuiinit commented on issue #1441: how to use dubbo in docker
URL: 
https://github.com/apache/incubator-dubbo/issues/1441#issuecomment-379614226
 
 
   @vangoleo ,I also have worked with Dubbo, Docker and k8s,and have some 
questions:
   With docker and k8s, zookeeper is deployed under docker. After the container 
is restarted, the virtual IP of zookeeper will change.
   Dubbo is configured with the service address of zookeeper, such as: 
zookeeper://zk-headless. Kube-system :2181,
   The parsed virtual IP is still rebooting the previous IP;Then the dubbo 
connection is not connected to zookeeper.
   Do you have any problems like this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to