Pattern 43 / INFRA
Sidecar Pattern
Use this when adding cross-cutting behavior without modifying the main app.
- Pressure
- Adding cross-cutting behavior without modifying the main app
- Mechanism
- Run a helper process next to the workload in the same pod/container group
- Toll
- Resource overhead and lifecycle coupling with the main service
