apache / skywalking-ui

[ARCHIVED] The web UI for skywalking APM
https://skywalking.apache.org/
Apache License 2.0
273 stars 161 forks source link

list of servers in container (6.0.0-GA) #237

Closed liudingnet closed 5 years ago

liudingnet commented 5 years ago

2 oap servers cluster in docker container, when ui deployed in the host or VM, it could access the collector, but when ui deployed in the container, it can't access the collector.

wu-sheng commented 5 years ago

That is the basic network issue. You need to learn more about docker, that is all. Network accessible is not the goal of skywalking.

liudingnet commented 5 years ago

Container Deployed Cluster Architect. I solved the problem, should upgrade the spring cloud to 2.x, otherwise ui zuul property named"list of servers" can be ignored with default value 127.0.0.1:12800. You could easily repeat it!

wu-sheng commented 5 years ago

I am not sure. My production environment is running in container and k8s based always. So, I am not sure the issue.