【发布时间】:2018-06-03 22:20:51
【问题描述】:
我们将在我们的环境中拥有多个域
主要网址是:maven-qa.xx.com
子域将是:docker-local.maven-qa.xx.com、docker-registry.maven-qa.xx.com、docker.io.maven-qa.xx.com 等
为了解决这个问题,我们有通配符证书 *.maven-qa.xx.com
我的问题是:我们是否需要创建单独的 VIPS 才能使其正常工作,或者只需一个 DNS 条目 *.maven-qa.xx.com Load-balancer-ip 就足够了
请求正在通过负载均衡器
我问这个是因为当我从神器中提取时遇到错误
root@vagrant:~# docker pull docker-registry.maven-qa.xx.com/busybox:latest
Error response from daemon: Get https://docker-registry.maven-qa.xx.com/v2/: dial tcp 10.29.xxx.xx:443: getsockopt: connection refused
【问题讨论】:
标签: docker load-balancing artifactory f5