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
Our teams use a namespace per service pattern. e.g., svc-foo lives in namespace svc-foo. When a service needs to connect to another service, we target it by adding an ExternalName service. e.g.,
My hope is that requests in namespace svc-bar to svc-foo will match the profile in svc-foo but the docs say "That value is mapped to the fully qualified DNS name" which would end up being svc-foo.svc-bar.svc.cluster.local, and I don't see any route matches in the viz dashboard. Does that mean I need a duplicate ServiceProfile for each namespace that targets my service?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Our teams use a namespace per service pattern. e.g., svc-foo lives in namespace svc-foo. When a service needs to connect to another service, we target it by adding an ExternalName service. e.g.,
Then svc-foo has its profile:
My hope is that requests in namespace
svc-bar
tosvc-foo
will match the profile insvc-foo
but the docs say "That value is mapped to the fully qualified DNS name" which would end up being svc-foo.svc-bar.svc.cluster.local, and I don't see any route matches in the viz dashboard. Does that mean I need a duplicate ServiceProfile for each namespace that targets my service?Beta Was this translation helpful? Give feedback.
All reactions