Skip to main content

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.
cd ~/online-beratung/caritas-workspace/ORISO-Kubernetes

# Make scripts executable
chmod +x scripts/*.sh

# Check deployment files
ls -la deployments/
ls -la services/
2

Choose Deployment Method

Select either automated (recommended) or manual deployment approach.

Verification

After deployment, verify all infrastructure pods are running:
# Check all infrastructure pods
kubectl get pods -n caritas

# Should see:
# mariadb-xxx      1/1     Running
# mongodb-xxx      1/1     Running
# redis-xxx         1/1     Running
# rabbitmq-xxx      1/1     Running
# keycloak-xxx      1/1     Running

Next Steps

CRITICAL: Before proceeding, you must configure Keycloak HTTP access. See Configure Keycloak.