<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x" -->

---
title: Run Durable Eve AI Agents on Kubernetes with Platformatic
description: Platformatic now supports running Eve AI agents on Kubernetes with durable workflow execution. Two deployment paths are available: standalone agents via...
canonical: https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Run Durable Eve AI Agents on Kubernetes with Platformatic | daily.dev
og:description: Platformatic now supports running Eve AI agents on Kubernetes with durable workflow execution. Two deployment paths are available: standalone agents via...
og:url: https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x
og:image: https://api.daily.dev/og/posts/AMmSjQR5X.png
og:image:alt: Run Durable Eve AI Agents on Kubernetes with Platformatic
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Durable Eve AI Agents on Kubernetes with Platformatic

**[Platformatic](https://daily.dev/sources/platformatic)** · 11 min read · 5 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.platformatic.dev/run-durable-eve-agents-on-kubernetes-with-platformatic>

## Questions this post answers

### How do I run Eve AI agents on Kubernetes instead of Vercel?

Use Platformatic's tooling: run Eve as a standalone Watt application via the @platformatic/eve capability, or embed it in a Next.js app using Eve's withEve() adapter with @platformatic/next. Replace Vercel's hosted World with @platformatic/world, pointing it to a self-hosted Workflow Service that stores state in PostgreSQL, and add Platformatic ICC for Kubernetes lifecycle management and scaling.

_daily.dev surfaces practical guides like this for teams self-hosting AI agent infrastructure on Kubernetes._

### How does Platformatic prevent a resumed AI agent workflow from running against the wrong code version after a Kubernetes deployment?

The Workflow Service records the deployment version when a run starts and every later queue message for that run carries the same version, so paused workflows always resume on the code version that created them. When a new version deploys, ICC marks the old version as draining and routes only new sessions to the new version, keeping it available until all its active runs, hooks, and queued messages finish.

_Track version-safe deployment patterns like this for durable workflows before shipping your next release._

### What database does the Platformatic Workflow Service use to store durable agent session state?

The Workflow Service stores workflow state in PostgreSQL and manages queue delivery, retries, hooks, waits, streams, and deployment lifecycle data. It can run independently of ICC for local development, CI, or self-managed deployments, giving teams durable Eve agent sessions while keeping the database and queue routing inside their own network.

_Compare infrastructure choices like this for durable AI workflows using daily.dev's developer resources._

## Similar posts on daily.dev

- [Building Reviewable Mobile QA Agents With Vercel Eve](https://daily.dev/posts/building-reviewable-mobile-qa-agents-with-vercel-eve-olg9jk6le) · Callstack Blog · 2 upvotes · 0 comments
- [Vercel launches eve, an open-source framework that treats agents as directories](https://daily.dev/posts/vercel-launches-eve-an-open-source-framework-that-treats-agents-as-directories-8jfizvhze) · The New Stack · 1 upvotes · 0 comments
- [Vercel Introduces Eve, an Open-Source Framework for Building AI Agents](https://daily.dev/posts/vercel-introduces-eve-an-open-source-framework-for-building-ai-agents-ic7xwvqxp) · InfoQ · 2 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Run Durable Eve AI Agents on Kubernetes with Platformatic","url":"https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x"},"datePublished":"2026-07-16T19:51:23.989Z","dateModified":"2026-09-14T08:45:09.657Z","description":"Platformatic now supports running Eve AI agents on Kubernetes with durable workflow execution. Two deployment paths are available: standalone agents via...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/53cebd125bb8b77bc8ecb1c1cdedf7ae?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/53cebd125bb8b77bc8ecb1c1cdedf7ae?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Platformatic","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Platformatic","logo":"https://media.daily.dev/image/upload/s--mtLTNLFl--/f_auto/v1721999416/logos/platformatic","url":"https://daily.dev/sources/platformatic"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":5},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,ai-agents","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Platformatic","item":"https://daily.dev/sources/platformatic"},{"@type":"ListItem","position":3,"name":"Run Durable Eve AI Agents on Kubernetes with Platformatic"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/run-durable-eve-ai-agents-on-kubernetes-with-platformatic-ammsjqr5x#faq","mainEntity":[{"@type":"Question","name":"How do I run Eve AI agents on Kubernetes instead of Vercel?","acceptedAnswer":{"@type":"Answer","text":"Use Platformatic's tooling: run Eve as a standalone Watt application via the @platformatic/eve capability, or embed it in a Next.js app using Eve's withEve() adapter with @platformatic/next. Replace Vercel's hosted World with @platformatic/world, pointing it to a self-hosted Workflow Service that stores state in PostgreSQL, and add Platformatic ICC for Kubernetes lifecycle management and scaling. daily.dev surfaces practical guides like this for teams self-hosting AI agent infrastructure on Kubernetes."}},{"@type":"Question","name":"How does Platformatic prevent a resumed AI agent workflow from running against the wrong code version after a Kubernetes deployment?","acceptedAnswer":{"@type":"Answer","text":"The Workflow Service records the deployment version when a run starts and every later queue message for that run carries the same version, so paused workflows always resume on the code version that created them. When a new version deploys, ICC marks the old version as draining and routes only new sessions to the new version, keeping it available until all its active runs, hooks, and queued messages finish. Track version-safe deployment patterns like this for durable workflows before shipping your next release."}},{"@type":"Question","name":"What database does the Platformatic Workflow Service use to store durable agent session state?","acceptedAnswer":{"@type":"Answer","text":"The Workflow Service stores workflow state in PostgreSQL and manages queue delivery, retries, hooks, waits, streams, and deployment lifecycle data. It can run independently of ICC for local development, CI, or self-managed deployments, giving teams durable Eve agent sessions while keeping the database and queue routing inside their own network. Compare infrastructure choices like this for durable AI workflows using daily.dev's developer resources."}}]}
```

