Release Management with Kontainers

Overview

When you push your application code to an Engine Yard Kontainers (EYK), a Release is created that is deployed to all containers in that application. This version of the code becomes the latest Release and can easily be rolled back to a previous version from the Releases tab on the EYK Web Console. The Releases tab provides a list of all application releases =.


Managing Your Releases

The steps below assume you have Deployed an Application with Kontainers and have pushed more than one version of your Code.

  1. Login to the EYK Web Console
  • You will arrive on the Applications page:
  1. Click on the Application Tile of the Application that you want to Manage Releases for
  • You will arrive on the Application's Dashboard:
    1. Click the Releases tab at the top
      application_dash_1_1.png

  • Use the Releases tab to verify a Release was pushed to your Application:
    • On the Releases tab:
    1. List of Releases: View the Releases that have been pushed to EYK
    2. Rollback to version: Rollback to a previous Version of your code by selecting the Version Number from the drop-down that corresponds to the Release Version Number you want to Rollback to, then click the Rollback button
      releases_tab_1_2.png

    After clicking the Rollback button and confirming that you want to proceed, the system will create a clone of the selected Rollback Version and deploy it as a new version. The new Version will appear at the top of the List of Releases and the rolled back application will be available as soon as the deployment is complete.

    Back to top


    Related Articles

    Back to top

    Comments

    Article is closed for comments.