You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes this is true. I try to mitigate it by adding a tag for namespace so at least I can target it differently (kind of weird to put the namespace before the service name though) but don't see how this can get resolved as consul does not have a knowledge of namespaces unless it is added to consul code somehow.
@lkysow Hey Luke, I think it really is a bug if consul officially supported k8s. The only workaround so far is by combining namespace and service name. Dose consul plan to take a look of this issue?
consul-helm chart version: branch
master
Deployed to AWS EKS
Issue
If I create two services with the same name but in different namespaces in k8s, consul registers them as two instances under the same name.
For example, I have an ngnix service in the
default
andfoo
namespaces.Consul would then load balance between those two services if I use consul as DNS.
Desired behavior
Sync should disambiguate between services deployed to different namespaces.
The text was updated successfully, but these errors were encountered: