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
In a microservice architecture, services are deployed in an isolated environment. The sidecar proxy can't resolve the names of other services in the cluster, this results in a failed request while trying to communicate using the sidecar proxy.
Solution:
Create a service discovery with a destination service to resolve the names of the services in the cluster
Is your feature request related to a problem?
Yes
Problem Description:
In a microservice architecture, services are deployed in an isolated environment. The sidecar proxy can't resolve the names of other services in the cluster, this results in a failed request while trying to communicate using the sidecar proxy.
Solution:
Create a service discovery with a destination service to resolve the names of the services in the cluster