selfhosted app-serving docs: stable-URL vs multi-dataplane tradeoff - #1440
Open
mhotan wants to merge 2 commits into
Open
selfhosted app-serving docs: stable-URL vs multi-dataplane tradeoff#1440mhotan wants to merge 2 commits into
mhotan wants to merge 2 commits into
Conversation
Document app serving on self-hosted deployments: how the vendored Knative + Kourier + Envoy gateway exposes apps, the separate-cluster public LoadBalancer vs intracluster ingress topologies, the apps-domain default (apps.<cluster>.<control-plane-host>) and why it must stay under the control-plane host for SSO, the gateway auth defaults, and the wildcard DNS + TLS the apps domain requires. Add a link-card to the self-hosted index. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Document that the control-plane global app-URL pattern (executions.apps.publicURLPattern) gives a stable per-app URL but only functions with a single data plane, while multiple data planes require leaving it unset and using each data plane's self-declared apps domain. A URL that stays stable as an app moves between data planes is not yet available. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
mhotan
requested review from
EngHabu,
cosmicBboy,
kumare3,
ppiegaze and
samhita-alla
as code owners
August 15, 2026 09:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds a subsection to the self-hosted App serving page documenting the app-URL tradeoff: the control-plane global pattern (
executions.apps.publicURLPattern) gives a stable per-app URL but only works with a single data plane, while multiple data planes require leaving it unset and using each data plane's self-declared apps domain. A URL that stays stable as an app moves between data planes is not yet available.Details
Configurationsection (no new page).publicURLPatternby name only — deliberately no concrete YAML example, since the correct pattern format is not yet settled.