Deploy Infrastructure
Deploy the core infrastructure components required for ORISO Platform: databases, cache, message queue, and authentication service.1
Navigate to ORISO-Kubernetes
Prepare the deployment environment and scripts.
2
Choose Deployment Method
Select either automated (recommended) or manual deployment approach.
- Automated Deployment (Recommended)
- Manual Deployment (Step-by-Step)
Use the master deployment script for a streamlined setup process.
The script will:
- Check prerequisites
- Create namespace
- Deploy infrastructure (MariaDB, MongoDB, Redis, RabbitMQ)
- Deploy Keycloak
- Pause for Keycloak HTTP configuration
- Deploy backend services
- Deploy frontend
- Deploy Matrix
- Deploy Nginx proxy
- Optionally deploy monitoring
Follow the prompts and wait for completion. The script will guide you through each step.
Verification
After deployment, verify all infrastructure pods are running:Next Steps
- Configure Keycloak - Configure HTTP access (mandatory)
- Setup Databases - Configure databases and import schemas