Scrydon
DeploymentPrerequisites

DNS

DNS records required before deploying Scrydon

The default and recommended routing mode is subpath. Every Scrydon app lives behind a single hostname under a path prefix. You need one DNS A or CNAME record pointing at the cluster ingress IP:

HostnameRoutes
app.yourdomain.com/cortex, /agentic, /analytics, /platform, /api/auth, /api/ontology, /api/table, /agentic/realtime, /marimo

Replace app.yourdomain.com with your actual hostname.

If you instead use subdomain routing (per-app hostnames), you need one A record per app. See Routing Modes for the full mapping and trade-offs.

On this page

On this page