Sidecar
Also called: Sidecar Pattern
A structural design pattern where a secondary component attaches to a primary application to extend features without altering core code.
Explore more about Interoperability Patterns
Related terms
A deployment pattern where a secondary container runs alongside a primary application to handle supporting features like logging or networking.
ProxyAn intermediary service that receives requests, forwards them to appropriate target systems, and returns the response.
AdapterA software component or pattern that enables incompatible systems, interfaces, or protocols to work together by translating requests, responses, or data formats.
WrapperA software component that encapsulates an interface or service to provide a simplified or unified API access layer.
Service MeshA dedicated infrastructure layer that manages service-to-service communication, security, and traffic routing across distributed applications.
API GatewayA service that acts as a single entry point for APIs, routing requests while handling authentication, rate limiting, monitoring, and other cross-cutting concerns.