You are viewing the RapidMiner Hub documentation for version 2025.1 - Check here for latest version
Install the endpoint infrastructure
The endpoint infrastructure can be installed as a standalone Docker image, as part of a docker-compose-based deployment, or using Kubernetes.
Deployment architecture patterns
We provide the following two different deployment architectures patterns
Single container-based deployment for experts
The single container-based deployment contains only the scoring agent without any operational and management extensions. The Real-Time Scoring Agent Container can be started using a simple docker run command and used similar to the standalone installation.
Multi-container-based deployment
The multi-container-based deployment contains multiple components that solves operations and management tasks and offers a well-integrated solution.
Components:
- Reverse proxy container: to improve security and split the webui and scoring traffic
- Web UI container for management and opatations tasks (e.g. security, deployment, license)
- Cron container: for background operations and container management
- Real-Time Scoring container for running the scoring agent application
This multi-container-based deployment is described using the proposed docker-compose deployment method or kubernetes deployment method.
Quick Links

