This demo showcases Cloudflare's Container feature, allowing you to run containerized workloads alongside Workers. Each container can be independently managed, load-balanced, and scaled.
Start a container for a specific ID. Each unique ID gets its own container instance that persists for 2 minutes of inactivity.
Load balance requests across 3 different container instances. Each request is routed to a random container.
Get a single, consistent container instance. Always returns the same container instance.
Demonstrates container error handling. This container will panic and show how errors are handled.
View detailed statistics about container interactions tracked by Durable Objects. Each container interaction is automatically tracked and persisted.