A pod can hold more than one container, and the sidecar pattern uses that to attach capabilities to an application without changing the application. Logging, proxying, secret rotation, config watching, all bolted on beside the main container, sharing its network and storage. Here is what it is for, why it works, and when it turns into bloat.
tag: #sidecar
1 posts