Containers

Sidecar Container

English

Overview

An auxiliary container placed in the same task alongside the main one, to support it.

Details

A design pattern that adds cross-cutting capabilities -- log collection, a proxy, a monitoring agent -- without changing the main application's code. App Mesh's traffic control is also implemented via this mechanism.

More AWS terms