6 min read

Microservices Platforms - part 4: Infrastructure services platform

This is the fourth in a series of articles based on my QCon San Francisco 2025 talk Microservices Platforms: When Team Topologies Meets Microservices Patterns. The articles in the series are:

In a microservice architecture, application services depend heavily on infrastructure services such as databases, message brokers, and cloud resources. Managing these services requires deep expertise, strong governance, and significant operational effort. Expecting stream-aligned teams to handle this complexity increases cognitive load and slows delivery.

The solution is not “more DevOps” or “teach every team Terraform.” It is to define an Infrastructure Services Platform owned by a dedicated platform group.

In this article, I describe what that platform is and how it enables stream-aligned teams to move fast without becoming infrastructure experts.

Slide 27

To understand why this platform is necessary, we must first examine the role of infrastructure services in a microservice architecture.

This post is for paying subscribers only