Tagged articles

container routing

2 articles · Page 1 of 1
James' Growth Diary
James' Growth Diary
Sep 19, 2026 · Cloud Native

Workspace Files & Pre-Gateway: Routing to the Right Container, Landing on the Right Disk

This article explains how a pre-gateway routes requests to the correct container type, how dual storage tracks (shared filesystem for development, object storage for runtime) prevent file inconsistencies, and why a same-region file proxy handles I/O operations, including design trade-offs and common pitfalls.

container routingdual storage tracksfile proxy
0 likes · 30 min read
Workspace Files & Pre-Gateway: Routing to the Right Container, Landing on the Right Disk
James' Growth Diary
James' Growth Diary
Sep 18, 2026 · Backend Development

Container Routing: Why the Same Agent Lands in Different Containers

This article details a four-step container routing mechanism (authentication, permission, routing, resolution) for an Agent platform, explaining how requests reach different container forms based on identity and instance health, and why distinguishing hard vs soft failures is critical for debugging.

agent platformauthenticationauthorization
0 likes · 27 min read
Container Routing: Why the Same Agent Lands in Different Containers