Serverless vs. Containerized Workloads: Comparative Performance and Cost under Bursty Telecom Traffic
DOI:
https://doi.org/10.15680/IJCTECE.2025.0801010Keywords:
Serverless, Containers, Kubernetes, AWS Lambda, Bursty Traffic, Telecom Signaling, Performance Benchmarking, Cost AnalysisAbstract
Telecom applications often experience sudden traffic spikes (e.g., call-setup surges, signaling bursts) that challenge infrastructure elasticity and cost controls. This paper compares serverless functions (AWS Lambda) and containerized microservices (Kubernetes on EC2) under bursty load, measuring end-to-end latency, request-processing throughput, and cost per 1 million requests. In a simulated telecom signaling workload with 100 to 1,000 requests/sec spikes, here are my observations
Serverless cold-start latency up to 300 ms vs. container steady latency 50 ms
• Throughput saturation at 800 req/sec for Kubernetes vs. 1,200 req/sec for Lambda (with concurrent executions)
• Cost per 1 M requests: $12.5 (Lambda) vs. $8.7 (container) under sustained bursts
We present architecture and sequence diagrams, detailed methodology, results analysis, and discuss trade-offs for telecom operators
References
1. Jonas, E. et al. (2019). Cloud Programming Simplified: A Berkeley View on Serverless Computing. USENIX CACM, 24(2), 24–31.
2. Wang, L., & Patel, K. (2021). Understanding Cold Starts in Serverless Function Platforms. IEEE Cloud, 8(1), 15–24.
3. Sharma, N., Gupta, R., & Singh, A. (2022). Serverless vs. Containerized Deployment for IoT Workloads. ACM IoT Journal, 5(3), 45–58.
4. Liu, Y., & Smith, J. (2023). Kubernetes Auto-scaling for 5G Network Functions. IEEE Transactions on Network and Service Management, 20(4), 102–114.
5. Chen, P., & Gupta, S. (2024). Dynamic Workload Offloading in Edge-Cloud Environments. ACM Symposium on Edge Computing, 50–63.
6. AWS (2023). Provisioned Concurrency for AWS Lambda. Amazon Web Services Whitepaper, 2023.

