Deployment in Aletyx Enterprise Build of Kogito and Drools 10.0.0¶
30 min
Learn how to deploy Aletyx applications in various environments.
Deployment Options¶
Aletyx applications can be deployed in multiple ways:
Getting Started with Deployment¶
For a quick deployment experience, follow these steps:
- Build your application
- Create a Docker image
- Run your container
Continuous Integration and Deployment¶
For production environments, we recommend setting up CI/CD pipelines:
- Use Git-based workflows
- Implement automated testing
- Deploy using Kubernetes operators
- Monitor your deployments
Scaling and High Availability¶
Aletyx applications can be scaled horizontally for high availability:
- Use Kubernetes StatefulSets for stateful services
- Implement proper persistence strategies
- Configure load balancing for incoming traffic
- Set up monitoring and auto-scaling
Was this page helpful?