Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Sidecar Pattern

Sidecar Pattern

Kim Schlesinger

August 21, 2022
Tweet

More Decks by Kim Schlesinger

Other Decks in Technology

Transcript

  1. Prerequisites • "Hello World" • You are interested in learning

    more about distributed systems development
  2. Sidecar Pattern • main app and helper app • The

    containers share resources on a host including CPU, memory, a file system and networking services
  3. In Code • 2 containers • Shared host • (Optional)

    Different languages and operating systems
  4. Resources • Designing Distributed Systems by Brendan Burns • Azure

    Cloud Design Patterns: Sidecar Pattern • ContainIQ: Kubernetes Sidecar Container | Best Practices and Examples