It's been taught that there are 3 patterns in multi-containers pod design.
- sidecar
- adapter
- ambassador
For separation concerns, is it possible to implement more than 1 pattern in pod design,
ie
can is it possible to have sidecar and adapter patterns implemented in a pod design ?
Or
it should strictly be encouraged to implement only 1 pattern in a pod design for a microservice app ?