Subcapability 05 of 05 · Platform Engineering

Networking & Integration

Zero-trust connectivity with Service Mesh and event backbone that eliminates ungoverned point-to-point integration and protects revenue from cascading unavailability.

What is at stake

Every new integration becomes a project. Every external service connected manually. Every service failure propagates to others without a circuit breaker. The company grew in services and the network did not grow in governance. The result shows up when a secondary service takes down the whole system on a weekday afternoon.

What it is, in practice

Fragile integration pays in latency, lost events and cascading unavailability. A company that grows through acquisition or B2B partnerships needs connectivity that scales without turning into a spaghetti of point-to-point integrations. Without networking treated as a capability, each new connection becomes a project. An API Gateway without governance becomes an entry point for abuse and a source of inconsistency. A Service Mesh without policy leaves inter-service traffic without security control or visibility. Networking treated as an implementation detail becomes a business problem with visible cost when the next incident traces its origin to a misconfigured routing rule.

How we work

Measurable gains

What changes in the result when this subcapability matures.

Frequently asked questions

When does an organization need a Service Mesh?

The signal is when there are ten or more services communicating with each other and the team cannot clearly answer questions like: which service is calling which, how frequently, with what error rate and with what latency. Service Mesh adds sidecar or eBPF overhead. That cost is justified when the visibility and control of inter-service traffic is cheaper than investigating incidents caused by ungoverned communication.

What is the difference between API Gateway and Service Mesh?

API Gateway manages traffic from outside in: north-south traffic from external clients to internal services. Service Mesh manages internal traffic: east-west traffic between services of the same organization. The two have complementary functions. API Gateway secures the external perimeter. Service Mesh governs internal communication. Using one without the other leaves half the traffic without control.

Is mTLS sufficient for network zero trust?

mTLS provides authentication and encryption of inter-service traffic, which is the foundation of network zero trust. For complete zero trust, you also need authorization by service identity (not just by IP), least-privilege access policies and audit of each communication. Service Mesh with authorization policies based on workload identity implements all four principles together.

How do you implement asynchronous integration without creating operational complexity?

The operational complexity concentrates in managing the messaging bus, partition definition and consumer lag control. A managed messaging service eliminates most of that overhead. What remains is topic design, message schema management and consumer lag monitoring, all of which are product responsibilities, not infrastructure.

How does a circuit breaker protect revenue?

A circuit breaker detects when a dependent service starts failing frequently and stops sending requests to it for a period. During that time, the primary service responds with a configured fallback (such as cached data or a partial response) instead of waiting for a timeout and responding with an error. The user receives a degraded response, not an absent one. The primary service revenue is preserved even during secondary service failure.

Want clarity on where to invest first?

A complete technology capability assessment with an evolution roadmap connected to financial result.