Skip to main content
Version: 0.6

Environments

Environments in Konstruct represent deployment targets for your applications — such as staging, pre-release, and production. Each environment maps to a Kubernetes namespace and can be toggled on or off independently.

Viewing Environments

Navigate to Environments in the sidebar to see all configured environments. The list shows each environment's name, namespace, type, and enabled status.

The environments list page

Creating an Environment

Click Add Environment to open the creation form. Fill in the environment name, namespace, select the type (pre-release or release), add a description, and toggle the Enabled switch to make it immediately available.

The create environment form

After creation, the environment appears in the list and is available as a deployment target when registering application repositories.

Environments list showing the newly created environment
Watch the environment creation flow