Chetan Desh

Results 7 comments of Chetan Desh

Is there any further resolution on this? I'm running an AWS 4 node (3 manager, 1 worker) swarm, all under Docker 1.13.1. I'm using Docker Compose with an external network...

Thanks @nathanleclaire for your suggestion. However, I am running different subnets for the AWS hosts and the overlay network. The hosts are running in the subnet 11.0.0.0. Here's the output...

Thank you @aboch. My intention in showing the host's `/etc/resolv.conf` was to demonstrate that the host and the name server it uses does not seem to overlap the docker overlay...

So I'm still stumped by this... Given three AWS nodes running in a private VPC subnet with the security group set to allow all traffic in and out on all...

One more data point... ~~creating the above services in the `docker-compose` file manually with `service create --name XXX` calls **does** permit cross-node DNS IP resolution.~~. If I manually create the...

Our product requires an attachable overlay network, which isn't supported in the docker compose yml file, AFAICT. On Sep 13, 2017, at 1:46 AM, rdxmb wrote: @zen-chetan what if you...

Can you add conversion of gRPC-Web to gRPC as one of the common scenarios? i.e. ```yaml apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: grpc-web-filter namespace: spec: workloadSelector: labels: service: configPatches: -...