|
|
|
|
|
by bzbz
938 days ago
|
|
> An ambassador service can be thought of as an out-of-process proxy that is co-located with the client. > This pattern can be useful for offloading common client connectivity tasks such as monitoring, logging, routing, security (such as TLS), and resiliency patterns in a language agnostic way. It is often used with legacy applications, or other applications that are difficult to modify, in order to extend their networking capabilities. It can also enable a specialized team to implement those features. Not surprised this is a Microsoft page, given their legacy of long lifetime support for their software products. It’s not for microservices, but rather for software maintenance of systems that other vendors would consider past EOL. |
|