Deployment Models
OTseek supports two standard deployment models:
- Multi-tenant for fast onboarding and shared operational overhead.
- Single-tenant for organizations that require dedicated infrastructure boundaries.
Both models support private networking options and enterprise SSO.
Reference Architecture
Core Components
- Frontend: User-facing application shell and authenticated routes.
- Auth Layer: Session-based authentication and identity integration.
- Backend API: Service layer for app logic and API endpoints.
- Database: Postgres for transactional persistence.
- Observability: Logging, tracing, and health checks for operational visibility.
Security Baseline
- TLS in transit and encryption at rest.
- Role-based access patterns implemented at the application layer.
- Database policies and scoped access controls for tenant/user separation.
- Optional private network paths for enterprise deployments.