Is there a way to tell upstream to connect to specific service with a tag? Something like the below?
“upstreams”: [{
“destination_name”:"<tag>.service_name"
We are using common Consul cluster for some environments and currently DNS can be queried using "dig @127.0.0.1 -p 8600 “<tag>.service_name.service.consul” which returns services with that tag. Want to use service mesh but connecting to services with specific tags. Is that possible with upstream configuration?