Loading...
Loading...
lattice template use lattice/kubernetesThis will create a new workspace using this template configuration.
Deploy containerized AI agents on Kubernetes with this agent definition template.
Cluster: This template requires an existing Kubernetes cluster
Container Image: This template uses the latticecom/enterprise-base:ubuntu image with some dev tools preinstalled. To add additional tools, extend this image or build it yourself.
This template authenticates using a ~/.kube/config, if present on the server, or via built-in authentication if the Lattice provisioner is running on Kubernetes with an authorized ServiceAccount. To use another authentication method, edit the template.
This agent definition provisions the following resources:
/home/lattice)When the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the agent environment (e.g. python3), modify the container image.
Note This template is designed to be a starting point! Edit the Terraform to extend the template to support your agent use case.