This repository contains a collection of examples to deploy LiveKit Agents into a production environment for a variety of cloud providers.
For more information about deployment, see the documentation
The following examples include a bare-bones agent and Dockerfile which is suitable for running in any containerized environment.
| Platform | Description |
|---|---|
| Python | Dockerfile example for Python |
| Node.js | Dockerfile example for Node.js |
The following examples include a template configuration or manifest file for each provider. You should use these files in conjunction with the Dockerfile examples above.
| Provider | Description |
|---|---|
| AWS ECS | cloudformation.yaml example for ECS |
| Cerebrium | cerebrium.toml example for Cerebrium |
| Fly.io | fly.toml example for Fly.io |
| Kubernetes | Example manifest file for any Kubernetes environment |
| Render | render.yaml example for Render |
Feel free to open a PR or issue to add instructions for your favorite provider!