Platformatic now supports running Eve AI agents on Kubernetes with durable workflow execution. Two deployment paths are available: standalone agents via @platformatic/eve as a Watt application, or embedded inside a Next.js app using withEve(). Both connect to @platformatic/world, which replaces Vercel's hosted workflow infrastructure with a self-hosted Workflow Service backed by PostgreSQL. On Kubernetes, Platformatic ICC adds lifecycle management, horizontal scaling, and version-aware skew protection — ensuring each workflow run stays pinned to the code version it started on, even across deployments. Workflow steps are distributed across pods and Watt workers, with queue-based retry handling for fault tolerance.

11m read timeFrom blog.platformatic.dev
Post cover image
Table of contents
What an Eve agent looks likeRunning Eve as a standalone Watt applicationRunning Eve inside a Next.js applicationReplacing Vercel’s hosted workflow infrastructure with @platformatic/worldDistributing steps across pods and workersOne workflow, one code versionOperating Eve agents through ICCConclusion
2.4K Impressions