You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There's currently no standardized way to package and distribute Eliza for Kubernetes environments. Users who want to deploy Eliza on Kubernetes have to create their own deployment configurations from scratch, which is time-consuming and can lead to inconsistent deployments across different environments.
Describe the solution you'd like
Create a Helm chart for Eliza that would provide:
A standardized way to package all necessary Kubernetes manifests (deployments, services, configmaps, etc.)
Configurable values for customizing the deployment (resource limits, replicas, environment variables, etc.)
Clear documentation on installation and configuration options
Version-controlled releases that can be easily distributed via Helm repositories
Support for different deployment scenarios (development, production) through values files
Describe alternatives you've considered
Plain Kubernetes manifests: While this is being addressed in Kubernetes for anyone to quickly deploy #1711, it requires more manual configuration and doesn't provide the package management benefits of Helm.
Kustomize: Could provide environment-specific configurations but lacks the templating and package distribution capabilities of Helm.
Operator: Would be overkill for the current deployment needs and would require significantly more development effort.
Additional context
This would build upon the existing Docker containerization work
Could potentially be distributed through the official Helm repository or ArtifactHub
Would make it easier for organizations to adopt Eliza in their Kubernetes environments
Aligns with cloud-native best practices for application distribution
Could include monitoring and observability configurations out of the box
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There's currently no standardized way to package and distribute Eliza for Kubernetes environments. Users who want to deploy Eliza on Kubernetes have to create their own deployment configurations from scratch, which is time-consuming and can lead to inconsistent deployments across different environments.
Describe the solution you'd like
Create a Helm chart for Eliza that would provide:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: