37. Which microservices pattern is suitable when you need to ensure that a single instance of a service is running at all times and can be moved to another server if needed?
1 point
API Gateway Pattern
Service Registry Pattern
Singleton Pattern
Circuit Breaker Pattern