Salta ai contenuti

Deployment Topologies

Questi contenuti non sono ancora disponibili nella tua lingua.

Rokks can run in managed, private, or appliance-style deployments. The public contract is consistent: users open one application URL, sign in, select scope, and work through the UI.

Deployment options

Layer Responsibility
Public entry point Presents the app and routes browser API traffic.
Platform services Handle auth, documents, queries, jobs, AI, connectors, and monitoring.
Storage backends Persist documents, files, metadata, and analytical tables.
External providers Optional systems such as identity providers, source APIs, and notification channels.
  1. Browser traffic enters through the public application address.
  2. Authenticated requests are routed to the correct platform service.
  3. Worker jobs orchestrate mesh services. App Connect and Web API own source-system calls, Sentinel owns notification delivery, and persistence access stays behind the data gateways.
  4. Users observe progress through the app rather than connecting to individual services.

If the public entry point is down, users cannot reach the UI. If a connector provider is down, only affected sync jobs should fail. If storage is unavailable, writes and some reads fail until the dependency recovers.

Operators should document which team owns each layer in their deployment. That ownership map is often more useful during an incident than a low-level diagram because it tells users who can restart, reconfigure, or approve a change.