What's the right pattern for multiple instances of the same application

The classic dev/prod split - what’s the best way to organize apps within fly to handle multiple copies of the same cluster? Do you just duplicate the commands to setup an app and add -dev? Do you create an org for both dev and prod and split the apps at the org level?

We’ve seen an increasing number of people do this with multiple orgs. The advantage is that they’re on isolated private networks. And, at the moment, multiple orgs are the only way to limit peoples’ access to each set of apps.

1 Like