Closed hessam61 closed 4 years ago
Any application that is running as a Docker container should be able to use Consul Service Discover to delegate any request. Right now, from inside the container, apps are not able to resolve pushgateway.service.consul:9091
pushgateway.service.consul:9091
TLS is the issues.
consul_sd_configs: - server: 'https://uphsvlndc155.uphs.upenn.edu:8500' scheme: "https" tls_config: insecure_skip_verify: true services: ['nomad-client', 'nomad']
Any application that is running as a Docker container should be able to use Consul Service Discover to delegate any request. Right now, from inside the container, apps are not able to resolve
pushgateway.service.consul:9091