This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Overview | |
| This microservice will handle all investment orders, making it one of the most critical components of Cowrywise’s platform. The architecture prioritizes high availability, fault tolerance, observability, and disaster recovery to ensure uninterrupted financial operations. | |
| 2. Compute Layer | |
| - Platform: AWS Elastic Kubernetes Service (EKS) for container orchestration. | |
| - Deployment: | |
| - Multi-AZ deployment across at least three availability zones. | |
| - Horizontal Pod Autoscaling (HPA) to handle traffic spikes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 1. Overview | |
| This microservice will handle all investment orders, making it one of the most critical components of Cowrywise’s platform. The architecture prioritizes **high availability, fault tolerance, observability, and disaster recovery** to ensure uninterrupted financial operations. | |
| --- | |
| ## 2. Compute Layer | |
| - **Platform**: AWS Elastic Kubernetes Service (EKS) for container orchestration. | |
| - **Deployment**: | |
| - Multi-AZ deployment across at least three availability zones. | |
| - Horizontal Pod Autoscaling (HPA) to handle traffic spikes. |