Module 10 Flashcards
1
Q
List the event processing patterns (3)
A
- Event-driven messaging
- Atomic event processing
- Appended events
2
Q
List the high performance & reliability patterns (8)
A
- Container chain
- Single node multi-containers
- Volatile configuration
- Server-less microservice deployment
- Leader node election
- Micro scatter-gather
- Redundant implementation
- Composition autonomy
3
Q
List the scalability patterns (3)
A
- Workload distribution
- Service load balancing
- Dynamic scalability
4
Q
List the interchange patterns (3)
A
- Microservice compositor
- Autonomous proxy service
- Microservice instance registration
5
Q
List the boundary definition patterns (3)
A
- Microservice layers
- Microservice isolation levels
- Multi-container isolation control
6
Q
List the base deployment patterns (3)
A
- Dedicated microservice database
- Container sidecar
- Microservice ambassador
7
Q
List the state & data access patterns (4)
A
- Shared isolated database
- Pre-defined data view
- Synchronized cross-instance events
- Centralized isolated state repository
8
Q
List the utility patterns (2)
A
- Log aggregator
- Distributed diagnostics
9
Q
List the common types of dynamic scaling (3)
A
- Dynamic horizonal scaling
- Dynamic vertical scaling
- Dynamic relocation