What It Does
Monk supports multiple deployment environments per workspace, such as staging, production, or any custom name. Each environment has its own configuration and links to a specific cluster, so deployments stay isolated even when they share code.How It Works
Creating Environments
Ask Monk to set up environments for your project:Environment-Specific Builds
When building for an environment, Monk tailors the configuration:Deploying to Environments
Deploy to a specific environment by name:Linking Environments to Clusters
Each environment can be linked to a specific cluster. Via Monk (when deploying): When you deploy to an environment, Monk asks which cluster to use if not already linked:Multiple Simultaneous Environments
Deploy to multiple environments in one request:Environment Use Cases
Development → Staging → Production:What Makes This Different
Traditional environment management requires:- Separate configuration files per environment (.env.staging, .env.prod)
- Manual variable substitution
- Complex CI/CD pipelines to manage deployments
- Keeping environments synchronized
- Remembering which cluster maps to which environment
Key Capabilities
Environments are flexible in name, visually managed in the Clusters panel, and isolated by their linked clusters. In an organization context, environments can target org clusters, which makes deployments consistent across team members even if each person defines environments in their own workspace.Managing Environments
List environments:Team Environments
When working in an organization context, environments can target org clusters. This makes deployments consistent across team members even if each person defines environments in their own workspace. Team-scoped secrets are also environment-scoped, so staging and production can have different secret values. → See Team Collaboration for details on shared clusters and secrets.Related Features
- Project Organization - Environment workflows and team secrets
- Team Collaboration - Shared clusters and team workflows
- Access Control & Security - Environment-scoped RBAC
- Autonomous Deployment - How Monk deploys
- Configuration & Wiring - Environment-specific config
- Cloud Infrastructure - Multi-cluster management

