Welcome to the Linux Foundation Forum!

Deploying multiple versions of same app

Options

Deploying a simple Spring boot app ( not the one provided). Is it possible to deploy multiple versions of same app and assign different routes to each. The instructions on Manipulating Routes section is not very clear.

Comments

  • spgreenberg
    spgreenberg Posts: 86
    edited November 2020
    Options

    You can deploy the same code using two different application names. You can also have a single app with multiple routes assigned to it.

    Therefore, you could deploy something like my-app-v1 and my-app-v2 with different (or the same "shared") routes.

Categories

Upcoming Training