Google Cloud BlogMicah Waldman4 min readintermediate
Introducing Filestore agent volumes: fully managed storage for agent workspaces
Summary
Google Cloud adds Filestore agent volumes, a fully‑managed, elastic file‑system that automatically provisions isolated POSIX workspaces for GKE‑based AI agent sandboxes. Volumes attach in milliseconds, support RWX with file‑level locking, and charge only for used capacity with automatic tiering, aiming to cut cold‑start latency and storage waste for large‑scale agent fleets.
- Dynamic provisioning: GKE launches a sandbox → Filestore creates and attaches a dedicated volume in ms; no manual create/attach/detach steps.
- Isolation & security: per‑workspace POSIX permissions and directory boundaries prevent cross‑tenant data leakage.
- Sub‑second session resumption enables aggressive sandbox suspension to save compute costs.
- Pay‑per‑use pricing with automatic lifecycle tiering: only the active data consumes high‑performance storage; idle data moves to cheaper tiers.
Agent‑as‑a‑Service platforms often struggle with storage that is either too static (pre‑allocated disks) or too slow (cold‑start provisioning). Filestore agent volumes promise the elasticity needed for thousands‑to‑millions of short‑lived agent sessions while keeping security and cost under control.
5/10



