Deployment
The easiest way to run an AEA is using your development environment.
If you would like to run an AEA from a browser you can use Google Colab. This gist can be opened in Colab and implements the quick start.
For deployment, we recommend you use Docker.
Deployment using a Docker Image
First, we fetch a directory containing a Dockerfile and some dependencies:
svn export https://github.com/valory-xyz/open-aea/branches/main/deploy-image
cd deploy-image
Then follow the README.md
contained in the folder.
Deployment using Kubernetes
For an example of how to use Kubernetes navigate to our TAC deployment example.