Logical grouping
Organize applications by stage, team, or purpose. However you structure your workflow.
An environment is a way to organize related deployments on a cluster. Ship a web app and its worker to Development, promote the same image to Staging, and keep Production on a separate, stable config. All from one dashboard.
Manage them from Settings.
staging, qa).api in both Development and Production without collision.Logical grouping
Organize applications by stage, team, or purpose. However you structure your workflow.
Scoped configuration
Each deployment keeps its own env vars, scale, and image tag. Staging and production stay independent.
Visual isolation
Color-coded badges in deployment lists, cluster detail pages, and the top nav.
Shared infrastructure
Multiple environments can run on the same cluster. No need to pay for a separate cluster per stage.
Open Settings
Go to Settings.
Click New environment
Pick a name (e.g. staging, qa) and a color. The color shows up wherever this environment is referenced.
Start deploying to it
The new environment appears in the Environment dropdown when you create a deployment from your dashboard.
Most teams settle on this pattern:
Both are visible side-by-side in the dashboard. Each environment keeps its own env vars, replica count, and resource limits.
Each environment and its deployments are visible under Settings. For each environment you can see:
When you create a deployment from your dashboard: