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.
Loading...
Related Quiz
- What is a Dockerfile used for in Docker containerization?
- The HTTP _______ method is used for updating an existing resource in a RESTful API.
- What is the role of alerting in a monitoring system?
- In a project where requirements are expected to evolve over time, which SDLC model would you recommend and why?
- Which of the following is not a primitive data type in JavaScript?