One Big Server: Rethinking Microservices and the Cloud

2025-09-01
One Big Server: Rethinking Microservices and the Cloud

This article challenges the prevailing wisdom of microservices, arguing that today's powerful servers often make a single, large server architecture more cost-effective. It details the capabilities of a modern server, comparing the costs of cloud, self-hosted, and rented options. The author contends that for most web services, a high-performance server (plus a backup) suffices, unless extreme QPS or burstiness is involved. The complexities and costs of cloud-native architectures often outweigh their benefits. Vertical scaling (upgrading a server) is often more efficient than horizontal scaling (adding servers), prompting a re-evaluation of conventional wisdom.

Development server architecture