The _______ pattern is commonly used for centralized log aggregation in cloud-native environments.

  • Adapter
  • Facade
  • Observer
  • Sidecar
The Sidecar pattern is commonly used for centralized log aggregation in cloud-native environments. In this pattern, a separate process or container (the sidecar) is responsible for collecting and forwarding logs, allowing for better scalability and independence of logging concerns.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *