Quick Reference Cheat Sheet
Quick reference guide for essential ORISO Platform management commands, ports, and file locations.Essential Commands
Helm Operations
Pod Management
Service Management
Debugging
Health Checks
Service URLs
External Access (via Ingress)
| Service | URL | Description |
|---|---|---|
| Frontend | https://app.oriso-dev.site | User portal |
| Admin | https://admin.oriso-dev.site | Admin panel |
| API | https://api.oriso-dev.site | Backend API |
| Auth | https://auth.oriso-dev.site | Keycloak |
| Matrix | https://matrix.oriso-dev.site | Matrix Synapse |
Internal Service Names (Kubernetes DNS)
| Service | Internal URL | Port |
|---|---|---|
| TenantService | oriso-platform-tenantservice.caritas.svc.cluster.local | 8081 |
| UserService | oriso-platform-userservice.caritas.svc.cluster.local | 8082 |
| ConsultingTypeService | oriso-platform-consultingtypeservice.caritas.svc.cluster.local | 8083 |
| AgencyService | oriso-platform-agencyservice.caritas.svc.cluster.local | 8084 |
| MariaDB | oriso-platform-mariadb.caritas.svc.cluster.local | 3306 |
| MongoDB | oriso-platform-mongodb.caritas.svc.cluster.local | 27017 |
| Keycloak | oriso-platform-keycloak.caritas.svc.cluster.local | 8080 |
| Matrix Synapse | oriso-platform-matrix-synapse.caritas.svc.cluster.local | 8008 |
Health Check Endpoints
| Service | Health Endpoint |
|---|---|
| TenantService | /actuator/health |
| UserService | /actuator/health |
| ConsultingTypeService | /actuator/health |
| AgencyService | /actuator/health |
Common Operations
Restart Service
View Logs
Upgrade Deployment
Uninstall
Service Names Reference
Common service names for use with kubectl commands:| Service Name | Deployment Name | Service Name |
|---|---|---|
| Tenant Service | oriso-platform-tenantservice | oriso-platform-tenantservice |
| User Service | userservice | |
| Consulting Type Service | consultingtypeservice | |
| Agency Service | agencyservice | |
| Upload Service | uploadservice | |
| Video Service | videoservice | |
| Frontend | frontend | |
| Admin | admin | |
| Keycloak | keycloak | |
| Matrix Synapse | matrix-synapse | |
| Element | element | |
| Nginx Proxy | cob-proxy | |
| MariaDB | mariadb | |
| MongoDB | mongodb | |
| Redis | redis | |
| RabbitMQ | rabbitmq |
Important Files
Configuration Files
Configuration Access
Quick Health Check Script
Run this script to quickly check all services:Common Troubleshooting Commands
Quick Access URLs
Get your server IP and access URLs:Related Documentation
- Troubleshooting Guide - Comprehensive troubleshooting
- Post-Deployment Configuration - Verify deployment
- Verification & Testing - Test platform functionality