Konduit
Konduit is Konstruct's single-click app delivery experience. Point it at a Git repository and Konduit builds the code with Cloud Native Buildpacks, ships it to a managed cluster through GitOps, and hands back a live URL.
Beta
Konduit is in beta on the self-hosted 0.7 line. The register flow currently requires a Git account associated with the organization (GitHub App or GitLab).
The user story
- Open Konduit in the sidebar (App Management) and select a project (organization)
- Register app — pick a repository, a region, a port, and a replica count
- Konduit builds the app (no Dockerfile needed), pushes the image, and deploys it via GitOps
- Watch the phases: Building → Pushing → Deploying → Live
- Your app serves on
https://<app>-<org>.<region>.<domain>when the public URL is enabled
Every deploy after that is continuous: push to the tracked branch and Konduit rebuilds and redeploys automatically.
What's on this page tree
- Architecture — how a repository becomes a running app, end to end
- Platform requirements — what an admin must provide on a self-hosted control plane
- Using Konduit — the day-to-day user walkthrough
Roadmap
Resource sizing (cpu/memory bands) and capacity zones are landing now — see The kontract for the settled model. Today apps deploy with platform defaults onto a cluster pool chosen by the administrator.