5 items tagged with "sidecar"
A design pattern that deploys a helper component alongside the main application in the same unit, adding capabilities like proxying, logging, or config without changing the app.
An out-of-process helper that proxies network calls on behalf of an application, handling connectivity concerns transparently.
A microservice that translates between an application and an external system with an incompatible interface or protocol.
Polyglot microservices stack using Dapr building blocks for service invocation, state, pub/sub, and bindings, abstracted from underlying infrastructure.
A sidecar is a secondary container that runs alongside the main application container in the same pod to extend or support it without changing the app...