Sidecar Pattern

less than 1 minute read

Deploying components of an application or service into a separate process or container to provide isolation and encapsulation.

Main microservices focus on the core functionality

Main microservice has a “side-car” microservice for

  • Logging
  • Config
  • Proxy to remote services etc.