what is the best to create two environments(dev,prod)?

what is the best to create two environments?
one for development and one for production in the same organization.
or to create development environment in one organization and create production environment in different organization
@dchiesa1 

Solved Solved
0 1 187
1 ACCEPTED SOLUTION

Different teams/companies take different approaches. 

A good starting point is to have 2 PROJECTS: prod and  non-prod, and an Apigee organization in each one.  Then different environments supporting the SDLC for your team, in those environments. In NOn-prod you might have dev, stage, uat.  In prod you might have sandbox and prod.

screenshot-20220609-112129.png

This is a good approach, but some companies prefer to use Google Cloud projects to segregate their SDLC stages. So they have distinct projects for dev. stage, uat, and prod.  In which case you might  want one Apigee organization for each of those. 

There's no single right answer. 

View solution in original post

1 REPLY 1

Different teams/companies take different approaches. 

A good starting point is to have 2 PROJECTS: prod and  non-prod, and an Apigee organization in each one.  Then different environments supporting the SDLC for your team, in those environments. In NOn-prod you might have dev, stage, uat.  In prod you might have sandbox and prod.

screenshot-20220609-112129.png

This is a good approach, but some companies prefer to use Google Cloud projects to segregate their SDLC stages. So they have distinct projects for dev. stage, uat, and prod.  In which case you might  want one Apigee organization for each of those. 

There's no single right answer.