Environment
In RAPD, an environment represents the destination where an application is deployed, also known as a deployment environment. Each application deployment requires specifying an environment. An “environment” represents a logical boundary of a software system, and a software system can be composed of multiple applications. On the other hand, an application and its components can only be deployed in the same environment.
When you start using RAPD, we will enable a default environment “default-env” for you. You can also create an environment on RAPD yourself to meet your development needs.
There are several benefits to using RAPD and including the creation of development environments:
- Categorize development products: You can deploy the same application to different environments according to different development stages and scenarios to achieve the effect of resource segmentation.
- Permission management: You can differentiate access permissions to the environment based on the role of the user, so that you can have strict control over the environments used by different developers in your team, avoiding misuse and data confusion.