LearningTech

Container

Sidecar

Description

See 'Sidecar' in Communication. Helper container.

Where to use

  • Service Mesh.

Real World Example

Envoy.

Code Example

class Sidecar:
    def __init__(self):
        pass

    def execute(self):
        print('Executing Sidecar')