Category / Section
Recommended system configuration for 3000 concurrent users in Azure Kubernetes Services
Published:
To effectively support 3,000 concurrent users in Azure Kubernetes Services (AKS), a specific system configuration has been tested with 1 million data and recommended based on load testing scenarios. Below are the details of the recommended configuration.
Node Configuration
Parameter | Value |
---|---|
Number of Nodes | 4 |
Each Node Size | 8 Core, 32 GB RAM |
Pod Configuration
The following pod configuration is suggested for the Bold BI deployments:
Deployment | Requested CPU | Requested Memory | Min Replicas |
---|---|---|---|
bi-dataservice | 1 | 4 GB | 5 |
bi-web | 1 | 4 GB | 5 |
bi-api | 1 | 4 GB | 5 |
id-web | 500m | 2 GB | 3 |
ums-web | 500m | 2 GB | 3 |
id-api | 500m | 2 GB | 3 |
bi-jobs | 1 | 4 GB | 1 |
bold-etl | 500m | 2 GB | 3 |
This configuration ensures that the system can handle the load of 3,000 concurrent users effectively.