The Sidecar Pattern for Application Developers
Here is the brief introduction to sidecar and ambassador patterns. Sidecar — A piece of functionality that extends or augments your main application and resides in a separate process. For example, your main application writes logs to stdin / stderr while…