Environment
An environment is an isolated space where specific resources, projects, and dependencies can operate independently. This isolation improves organization, security, and resource management across larger systems or platforms.
When you create an environment, SleakOps automatically generates a subdomain based on the environment name. For example, if your chosen environment name is qa, the subdomain will be qa.{yourdomain.com}
. All project workloads and dependencies are then deployed using this environment-specific domain.
FAQs
How can I design my environments?
Environments can be tailored based on an application's lifecycle or the needs of different teams. For example, creating environments for development (dev), quality assurance (QA), staging (stg), and production (prod) allows each to have custom settings suitable for their specific roles.
Before creating an environment, read Designing your Infra: Single Schema Vs. Multi Schema