The sidecar pattern is a single-node pattern made up of two containers.
The first is the application container.
It contains the core logic for the application.
Without this container, the application would not exist.
In addition to the application container, there is a sidecar container.