This page is a Node process running in a Wetty session on our Orion cluster. It is published at its own hostname through the Domain Route plugin, while the terminal it runs in stays behind the platform sign-in.
brittany-0wetty.kindwellsolutions.com1h 4mNode v18.10.0Rendered Fri, 25 Sep 2026 20:32:01 GMT over HTTPS.
Five hops, each handled by a plugin or by the platform, with no manual DNS or certificate work.
*.kindwellsolutions.com wildcard, so a new subdomain needs no certificate of its own.Publishing an app does not publish the session it runs in.
Wetty's terminal is only routed on the platform host, behind Hubble sign-in. On this hostname its paths have no route to it, and this app answers them with a 404.
Only the one published port is reachable. Other ports in the session have no Service, no Ingress, and no hostname.
Proposed to the official Terra catalog, and running here from our fork.
Writes records to Cloudflare or Route53 for routes that opt in. Upsert-only by default, so it never deletes.
PR #699Publishes a workload, or a port inside a session, at a hostname, with optional basic auth, rate limiting and a CIDR allow list.
PR #700A page in Genesis listing every published hostname, the record it needs, and whether DNS points here yet.
PR #701Creates the ACME ClusterIssuer for hostnames the wildcard cannot cover, such as a client's own domain.
PR #698A domain field on the templates serves each workload at <name>.<domain>, while path routing stays the default.
One documented pattern for adding custom domains to any workload template, byte-identical by default.
PR #706