I wonder, if it’s a common use case to configure node/cluster traffic through the consul service mesh with Nomad.
In my case I want to setup a CockroachDB cluster that requires to configure a set of (3-5) peer nodes in a --join command line argument, which in my understanding would then require to be able to route traffic to specific service instances (which would then be mapped to different ports on localhost).
Any chance to configure that without having to create “virtual Consul services”?